Skip to content

Commit 740759a

Browse files
chore(deps): bump blake3 from 1.5.5 to 1.6.0 (apache#14741)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.5.5 to 1.6.0. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.5...1.6.0) --- updated-dependencies: - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecd43ec commit 740759a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Cargo.lock

+12-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/functions/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ arrow = { workspace = true }
6969
arrow-buffer = { workspace = true }
7070
base64 = { version = "0.22", optional = true }
7171
blake2 = { version = "^0.10.2", optional = true }
72-
blake3 = { version = "1.0", optional = true }
72+
blake3 = { version = "1.6", optional = true }
7373
chrono = { workspace = true }
7474
datafusion-common = { workspace = true }
7575
datafusion-doc = { workspace = true }

0 commit comments

Comments
 (0)