deps: bump sha2 from 0.10.7 to 0.10.8

Pull-Request: #4579.
This commit is contained in:
dependabot[bot] 2023-10-02 09:03:11 +00:00 committed by GitHub
parent 7f92cb0725
commit 90a9752dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 19 deletions

28
Cargo.lock generated
View File

@ -1366,7 +1366,7 @@ dependencies = [
"ed25519",
"rand_core 0.6.4",
"serde",
"sha2 0.10.7",
"sha2 0.10.8",
"zeroize",
]
@ -2602,7 +2602,7 @@ dependencies = [
"rand 0.8.5",
"regex",
"serde",
"sha2 0.10.7",
"sha2 0.10.8",
"smallvec",
"unsigned-varint",
"void",
@ -2655,7 +2655,7 @@ dependencies = [
"sec1",
"serde",
"serde_json",
"sha2 0.10.7",
"sha2 0.10.8",
"thiserror",
"void",
"zeroize",
@ -2688,7 +2688,7 @@ dependencies = [
"quickcheck-ext",
"rand 0.8.5",
"serde",
"sha2 0.10.7",
"sha2 0.10.8",
"smallvec",
"thiserror",
"uint",
@ -2811,7 +2811,7 @@ dependencies = [
"quick-protobuf",
"quickcheck-ext",
"rand 0.8.5",
"sha2 0.10.7",
"sha2 0.10.8",
"snow",
"static_assertions",
"thiserror",
@ -3225,7 +3225,7 @@ dependencies = [
"quick-protobuf-codec",
"rand 0.8.5",
"serde",
"sha2 0.10.7",
"sha2 0.10.8",
"thiserror",
"tinytemplate",
"unsigned-varint",
@ -3875,7 +3875,7 @@ dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2 0.10.7",
"sha2 0.10.8",
]
[[package]]
@ -3887,7 +3887,7 @@ dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2 0.10.7",
"sha2 0.10.8",
]
[[package]]
@ -4726,7 +4726,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "873feff8cb7bf86fdf0a71bb21c95159f4e4a37dd7a4bd1855a940909b583ada"
dependencies = [
"globset",
"sha2 0.10.7",
"sha2 0.10.8",
"walkdir",
]
@ -5087,9 +5087,9 @@ dependencies = [
[[package]]
name = "sha2"
version = "0.10.7"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
@ -5207,7 +5207,7 @@ dependencies = [
"rand_core 0.6.4",
"ring",
"rustc_version",
"sha2 0.10.7",
"sha2 0.10.8",
"subtle",
]
@ -6203,7 +6203,7 @@ dependencies = [
"sdp",
"serde",
"serde_json",
"sha2 0.10.7",
"sha2 0.10.8",
"smol_str",
"stun",
"thiserror",
@ -6264,7 +6264,7 @@ dependencies = [
"sec1",
"serde",
"sha1",
"sha2 0.10.7",
"sha2 0.10.8",
"subtle",
"thiserror",
"tokio",

View File

@ -24,7 +24,7 @@ quick-protobuf = "0.8.1"
rand = { version = "0.8", optional = true }
sec1 = { version = "0.7", default-features = false, optional = true }
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = { version = "0.10.7", optional = true }
sha2 = { version = "0.10.8", optional = true }
thiserror = { version = "1.0", optional = true }
void = { version = "1.0", optional = true }
zeroize = { version = "1.6", optional = true }

View File

@ -22,7 +22,7 @@ quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10.7"
sha2 = "0.10.8"
thiserror = "1"
tinytemplate = "1.2"
asynchronous-codec = "0.6"

View File

@ -34,7 +34,7 @@ quick-protobuf-codec = { workspace = true }
rand = "0.8"
regex = "1.9.5"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.7"
sha2 = "0.10.8"
smallvec = "1.11.1"
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] }
void = "1.0.2"

View File

@ -24,7 +24,7 @@ quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
libp2p-identity = { workspace = true }
rand = "0.8"
sha2 = "0.10.7"
sha2 = "0.10.8"
smallvec = "1.11.1"
uint = "0.9"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }

View File

@ -20,7 +20,7 @@ multihash = { workspace = true }
once_cell = "1.18.0"
quick-protobuf = "0.8"
rand = "0.8.3"
sha2 = "0.10.7"
sha2 = "0.10.8"
static_assertions = "1"
thiserror = "1.0.48"
x25519-dalek = "1.1.0"