Skip to content

Commit ad272e0

Browse files
Bump sha3 from 0.9.1 to 0.10.6
Bumps [sha3](https://github.com/RustCrypto/hashes) from 0.9.1 to 0.10.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](RustCrypto/hashes@sha3-v0.9.1...sha3-v0.10.6) --- updated-dependencies: - dependency-name: sha3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e5a77da commit ad272e0

File tree

2 files changed

+19
-23
lines changed

2 files changed

+19
-23
lines changed

Cargo.lock

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

examples/blockchain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ futures = "0.3"
1717
futures-timer = "3.0"
1818
log = "0.4"
1919
parking_lot = "0.12"
20-
sha3 = "0.9"
20+
sha3 = "0.10"
2121
time = { version = "0.3", features = ["formatting", "macros", "local-offset"] }
2222
tokio = { version = "1.18", features = ["macros", "rt", "rt-multi-thread", "io-util", "net", "time"] }
2323
unsigned-varint = { version = "0.7.0", features = ["futures", "asynchronous_codec"] }

0 commit comments

Comments
 (0)