Skip to content

Commit ecc49e4

Browse files
Update sha2 requirement from 0.10 to 0.11
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](RustCrypto/hashes@groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85011e0 commit ecc49e4

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
@@ -79,7 +79,7 @@ byteorder = "1.5"
7979
memmap2 = "0.9"
8080

8181
# Checksum verification for uploads
82-
sha2 = "0.10"
82+
sha2 = "0.11"
8383

8484
# Bytes for streaming uploads
8585
bytes = "1.5"

0 commit comments

Comments
 (0)