Skip to content

Commit d8f5652

Browse files
Bump blake3 from 1.8.2 to 1.8.3 (#1159)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.2...1.8.3) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4e6e80 commit d8f5652

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libc = { version = "0.2.180" }
3030
flatbuffers = "25.12.19"
3131
framehop = { version = "0.15.0", optional = true }
3232
fallible-iterator = { version = "0.3.0", optional = true }
33-
blake3 = "1.8.2"
33+
blake3 = "1.8.3"
3434
page_size = "0.6.0"
3535
termcolor = "1.2.0"
3636
bitflags = "2.10.0"

src/trace_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
addr2line = "0.25.1"
99
piet-common = { version = "0.8.0", features = [ "png" ] }
10-
blake3 = { version = "1.5.5" }
10+
blake3 = { version = "1.8.3" }
1111

1212
[[bin]]
1313
name = "trace_dump"

0 commit comments

Comments
 (0)