Skip to content

Commit

Permalink
chore(deps): update rust crate blake3 to 1.5.0 (#1821)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 983cc5f commit 874737a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/air-interpreter-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ air-interpreter-wasm = { workspace = true }
eyre = { workspace = true }
serde = { version = "1.0.183", features = ["derive"] }
serde_json = { workspace = true }
blake3 = "1.4.1"
blake3 = "1.5.0"
faster-hex = "0.8.1"
2 changes: 1 addition & 1 deletion crates/nox-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde_json = { workspace = true }
fstrings = { workspace = true }
serde = { workspace = true }
multihash = { workspace = true }
blake3 = "1.4.1"
blake3 = "1.5.0"
rand = "0.8.5"
bs58 = { workspace = true }
eyre = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion nox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ serde_json = { workspace = true }
fstrings = { workspace = true }
serde = { workspace = true }
multihash = { workspace = true }
blake3 = "1.4.1"
blake3 = "1.5.0"
rand = "0.8.5"
bs58 = { workspace = true }
connected-client = { path = "../crates/connected-client" }
Expand Down

0 comments on commit 874737a

Please sign in to comment.