This is an automated email from the ASF dual-hosted git repository.
jonah pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 81f32303a9 chore(deps): bump blake3 from 1.6.0 to 1.6.1 (#15198)
81f32303a9 is described below
commit 81f32303a9191f4473432de3bfd04fd7719cb6cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 13 23:03:36 2025 +0800
chore(deps): bump blake3 from 1.6.0 to 1.6.1 (#15198)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.6.0...1.6.1)
---
updated-dependencies:
- dependency-name: blake3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 68afca862d..b61181dbd6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1056,16 +1056,15 @@ dependencies = [
[[package]]
name = "blake3"
-version = "1.6.0"
+version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1230237285e3e10cde447185e8975408ae24deaa67205ce684805c25bc0c7937"
+checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
- "memmap2",
]
[[package]]
@@ -3958,15 +3957,6 @@ version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
-[[package]]
-name = "memmap2"
-version = "0.9.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
-dependencies = [
- "libc",
-]
-
[[package]]
name = "memoffset"
version = "0.9.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]