From 90a9752dc7d24c84c0483cbb0db661fc35e30421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:03:11 +0000 Subject: [PATCH] deps: bump sha2 from 0.10.7 to 0.10.8 Pull-Request: #4579. --- Cargo.lock | 28 ++++++++++++++-------------- identity/Cargo.toml | 2 +- misc/webrtc-utils/Cargo.toml | 2 +- protocols/gossipsub/Cargo.toml | 2 +- protocols/kad/Cargo.toml | 2 +- transports/noise/Cargo.toml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ff71d52810..baaeecae080 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/identity/Cargo.toml b/identity/Cargo.toml index b90588bad17..95cc63a6498 100644 --- a/identity/Cargo.toml +++ b/identity/Cargo.toml @@ -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 } diff --git a/misc/webrtc-utils/Cargo.toml b/misc/webrtc-utils/Cargo.toml index a3a5bef9ce2..62df0b05638 100644 --- a/misc/webrtc-utils/Cargo.toml +++ b/misc/webrtc-utils/Cargo.toml @@ -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" diff --git a/protocols/gossipsub/Cargo.toml b/protocols/gossipsub/Cargo.toml index e4ed4e565b8..bf9500140b6 100644 --- a/protocols/gossipsub/Cargo.toml +++ b/protocols/gossipsub/Cargo.toml @@ -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" diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 5b2a74080b3..3c31f3bab46 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -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"] } diff --git a/transports/noise/Cargo.toml b/transports/noise/Cargo.toml index 3ebf0364a1b..1469c60f77a 100644 --- a/transports/noise/Cargo.toml +++ b/transports/noise/Cargo.toml @@ -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"