Skip to content

Commit

Permalink
Bump sha3 from 0.9.1 to 0.10.6
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2022
1 parent e5a77da commit ad272e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
40 changes: 18 additions & 22 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 examples/blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = "0.3"
futures-timer = "3.0"
log = "0.4"
parking_lot = "0.12"
sha3 = "0.9"
sha3 = "0.10"
time = { version = "0.3", features = ["formatting", "macros", "local-offset"] }
tokio = { version = "1.18", features = ["macros", "rt", "rt-multi-thread", "io-util", "net", "time"] }
unsigned-varint = { version = "0.7.0", features = ["futures", "asynchronous_codec"] }

0 comments on commit ad272e0

Please sign in to comment.