Skip to content

Commit be1fca1

Browse files
Update sha1 requirement from 0.10 to 0.11
Updates the requirements on [sha1](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](RustCrypto/hashes@groestl-v0.10.0...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 c292171 commit be1fca1

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 @@ http = { version = "1.0", optional = true }
3434
httparse = { version = "1.3.4", optional = true }
3535
log = "0.4.8"
3636
rand = "0.9.0"
37-
sha1 = { version = "0.10", optional = true }
37+
sha1 = { version = "0.11", optional = true }
3838
thiserror = "2.0.7"
3939
url = { version = "2.1.0", optional = true }
4040

0 commit comments

Comments
 (0)