build(deps): bump sha1 from 0.11.0-rc.5 to 0.11 (#1273)

Release PR: RustCrypto/hashes#810
This commit is contained in:
dependabot[bot]
2026-03-27 11:15:30 -06:00
committed by GitHub
parent 32e80942ca
commit ff2cf64b0c
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -1343,12 +1343,12 @@ dependencies = [
[[package]]
name = "sha1"
version = "0.11.0-rc.5"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b167252f3c126be0d8926639c4c4706950f01445900c4b3db0fd7e89fcb750a"
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
dependencies = [
"cfg-if",
"cpufeatures 0.2.17",
"cpufeatures 0.3.0",
"digest",
]
+1 -1
View File
@@ -37,7 +37,7 @@ getrandom = { version = "0.4", features = ["sys_rng"] }
pkcs8 = { version = "0.11.0-rc.11", default-features = false, features = ["pem"] }
proptest = "1"
rand_core = "0.10"
sha1 = "0.11.0-rc.5"
sha1 = "0.11"
[features]
default = ["pkcs8"]