chore(deps): update rust crate sha2 to 0.10.7

This commit is contained in:
renovate[bot] 2024-01-17 11:29:52 +00:00 committed by GitHub
parent e2d93adb1e
commit 2c536794f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 10 deletions

16
Cargo.lock generated
View File

@ -850,7 +850,7 @@ dependencies = [
"ed25519 2.2.2", "ed25519 2.2.2",
"rand_core 0.6.4", "rand_core 0.6.4",
"serde", "serde",
"sha2 0.10.7", "sha2 0.10.8",
"zeroize", "zeroize",
] ]
@ -1010,7 +1010,7 @@ dependencies = [
"ring", "ring",
"serde", "serde",
"serde_bytes", "serde_bytes",
"sha2 0.10.7", "sha2 0.10.8",
"thiserror", "thiserror",
"zeroize", "zeroize",
] ]
@ -1529,7 +1529,7 @@ dependencies = [
"quick-protobuf", "quick-protobuf",
"rand 0.8.5", "rand 0.8.5",
"ring", "ring",
"sha2 0.10.7", "sha2 0.10.8",
"thiserror", "thiserror",
"zeroize", "zeroize",
] ]
@ -2042,7 +2042,7 @@ dependencies = [
"core2", "core2",
"digest 0.10.7", "digest 0.10.7",
"multihash-derive", "multihash-derive",
"sha2 0.10.7", "sha2 0.10.8",
"sha3", "sha3",
"unsigned-varint", "unsigned-varint",
] ]
@ -2698,9 +2698,9 @@ dependencies = [
[[package]] [[package]]
name = "sha2" name = "sha2"
version = "0.10.7" version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"cpufeatures", "cpufeatures",
@ -3030,7 +3030,7 @@ dependencies = [
"rand 0.8.5", "rand 0.8.5",
"ref-cast", "ref-cast",
"serde", "serde",
"sha2 0.10.7", "sha2 0.10.8",
"thiserror", "thiserror",
] ]
@ -3470,7 +3470,7 @@ dependencies = [
"rustix 0.38.28", "rustix 0.38.28",
"serde", "serde",
"serde_derive", "serde_derive",
"sha2 0.10.7", "sha2 0.10.8",
"toml 0.5.11", "toml 0.5.11",
"windows-sys 0.48.0", "windows-sys 0.48.0",
"zstd", "zstd",

View File

@ -16,7 +16,7 @@ thiserror = "1.0.23"
lazy_static = "1.4" lazy_static = "1.4"
libsecp256k1 = "0.7.1" libsecp256k1 = "0.7.1"
asn1_der = "0.6.1" asn1_der = "0.6.1"
sha2 = "0.10.6" sha2 = "0.10.7"
zeroize = "1" zeroize = "1"
serde_bytes = "0.11" serde_bytes = "0.11"
eyre = "0.6.5" eyre = "0.6.5"

View File

@ -17,6 +17,6 @@ log = "0.4.11"
ref-cast = "1.0.2" ref-cast = "1.0.2"
derivative = "2.2.0" derivative = "2.2.0"
thiserror = "1.0.23" thiserror = "1.0.23"
sha2 = "0.10.6" sha2 = "0.10.7"
nonempty = "0.8.1" nonempty = "0.8.1"
rand = "0.8.5" rand = "0.8.5"