Skip to content

Commit 1f5336f

Browse files
Update sha3 requirement from 0.9.1 to 0.10.6
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@streebog-v0.9.1...sha3-v0.10.6) --- updated-dependencies: - dependency-name: sha3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92739a2 commit 1f5336f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
sha3 = "0.9.1"
13+
sha3 = "0.10.6"
1414
lazy_static = "1.4.0"
1515
serde = "1.0.152"
1616
serde_derive = "1.0.152"

0 commit comments

Comments
 (0)