mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
build(deps): Update sha3 requirement from 0.9 to 0.10 (#2372)
Updates the requirements on [sha3](https://github.com/RustCrypto/hashes) to permit the latest version. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.9.0...sha3-v0.10.0) --- updated-dependencies: - dependency-name: sha3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3d9ff58ff2
commit
cf271bcf5a
@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
futures = "0.3.1"
|
||||
log = "0.4.8"
|
||||
salsa20 = "0.9"
|
||||
sha3 = "0.9"
|
||||
sha3 = "0.10"
|
||||
rand = "0.7"
|
||||
pin-project = "1.0.2"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user