Skip to content

Commit

Permalink
build(deps): Update sha3 requirement from 0.9 to 0.10 (#2372)
Browse files Browse the repository at this point in the history
Updates the requirements on [sha3](https://github.com/RustCrypto/hashes) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@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>
  • Loading branch information
dependabot[bot] authored Dec 8, 2021
1 parent 3d9ff58 commit cf271bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/pnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cf271bc

Please sign in to comment.