Skip to content

Commit 72c87f9

Browse files
Update sha2 requirement from 0.9 to 0.10 (#165)
Updates the requirements on [sha2](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...sha2-v0.10.0) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c57fed commit 72c87f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ num-traits = "0.2"
3434
quick-error = "2"
3535
rand = "0.8"
3636
rand_chacha = "0.3"
37-
sha2 = "0.9"
37+
sha2 = "0.10"
3838

3939
[dev-dependencies]
4040
criterion = "0.3"

0 commit comments

Comments
 (0)