Skip to content

Commit f3da350

Browse files
Update sha1 requirement from 0.10.1 to 0.11.0
Updates the requirements on [sha1](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](RustCrypto/hashes@groestl-v0.10.1...sha1-v0.11.0) --- updated-dependencies: - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99c00e2 commit f3da350

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
@@ -29,7 +29,7 @@ serde = {version = "1.0.100", default-features = false }
2929

3030
[dev-dependencies]
3131
serde_derive = "1.0.100"
32-
sha1 = "0.10.1"
32+
sha1 = "0.11.0"
3333

3434
[features]
3535
default = ["std"]

0 commit comments

Comments
 (0)