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

View File

@ -24,7 +24,7 @@ quick-protobuf = "0.8.1"
rand = { version = "0.8", optional = true } rand = { version = "0.8", optional = true }
sec1 = { version = "0.7", default-features = false, optional = true } sec1 = { version = "0.7", default-features = false, optional = true }
serde = { version = "1", optional = true, features = ["derive"] } 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 } thiserror = { version = "1.0", optional = true }
void = { version = "1.0", optional = true } void = { version = "1.0", optional = true }
zeroize = { version = "1.6", optional = true } zeroize = { version = "1.6", optional = true }

View File

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

View File

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

View File

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

View File

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