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:
dependabot[bot] 2021-12-08 15:35:49 +01:00 committed by GitHub
parent 3d9ff58ff2
commit cf271bcf5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"