Skip to content

Commit e5befaa

Browse files
Bump blake3 from 1.7.0 to 1.8.0
Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93756a5 commit e5befaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

src/hyperlight_wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ criterion = { version = "0.5.1", features = ["html_reports"] }
5151
lazy_static = "1.4.0"
5252
prometheus = "0.13.3"
5353
crossbeam-queue = "0.3"
54-
blake3 = "1.7"
54+
blake3 = "1.8"
5555
toml = "0.8.19"
5656

5757
[build-dependencies]
5858
chrono = "0.4"
59-
blake3 = "1.7"
59+
blake3 = "1.8"
6060
built = { version = "0.7.7", features = ["chrono", "git2"] }
6161
anyhow = { version = "1.0" }
6262
goblin = "0.9.3"

0 commit comments

Comments
 (0)