mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
build(deps): bump sha1 from 0.11.0-rc.5 to 0.11 (#1273)
Release PR: RustCrypto/hashes#810
This commit is contained in:
Generated
+3
-3
@@ -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
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user