Skip to content

Commit 536889c

Browse files
build(deps): bump sha3 from 0.10.8 to 0.11.0
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.10.8 to 0.11.0. - [Commits](RustCrypto/hashes@sha3/v0.10.8...sha3-v0.11.0) --- updated-dependencies: - dependency-name: sha3 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84beb30 commit 536889c

3 files changed

Lines changed: 100 additions & 27 deletions

File tree

Cargo.lock

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

z2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ serde = { version = "1.0.228", features = ["derive"] }
5757
serde_json = { version = "1.0.149", features = ["preserve_order"] }
5858
serde_yaml = "0.9.34"
5959
sha2 = "0.10.8"
60-
sha3 = "0.10.8"
60+
sha3 = "0.11.0"
6161
strum = { version = "0.28.0", features = ["derive"] }
6262
strum_macros = "0.28.0"
6363
tempfile = "3.27.0"

zilliqa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ serde_json = { version = "1.0.149", features = [
7373
"arbitrary_precision",
7474
] }
7575
sha2 = "0.10.8"
76-
sha3 = "0.10.8"
76+
sha3 = "0.11.0"
7777
tempfile = "3.27.0"
7878
tokio = { version = "1.51.1", features = [
7979
"macros",

0 commit comments

Comments
 (0)