Skip to content

Commit de3aa64

Browse files
chore(deps): bump blake3 from 1.8.3 to 1.8.4 (#1350)
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.3...1.8.4) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.4 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 fc946c2 commit de3aa64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.183" }
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.3"
33+
blake3 = "1.8.4"
3434
page_size = "0.6.0"
3535
termcolor = "1.2.0"
3636
bitflags = "2.11.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.26.0"
99
piet-common = { version = "0.8.0", features = [ "png" ] }
10-
blake3 = { version = "1.8.3" }
10+
blake3 = { version = "1.8.4" }
1111

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

0 commit comments

Comments
 (0)