deps: bump socket2 from 0.5.3 to 0.5.4

Pull-Request: #4513.
This commit is contained in:
dependabot[bot]
2023-09-18 09:17:45 +00:00
committed by GitHub
parent 7f27b58a32
commit 8a523f950f
4 changed files with 14 additions and 14 deletions

22
Cargo.lock generated
View File

@@ -412,7 +412,7 @@ dependencies = [
"futures-io",
"futures-util",
"pin-utils",
"socket2 0.5.3",
"socket2 0.5.4",
"trust-dns-resolver",
]
@@ -2233,7 +2233,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
"socket2 0.5.3",
"socket2 0.5.4",
"widestring",
"windows-sys",
"winreg",
@@ -2705,7 +2705,7 @@ dependencies = [
"log",
"rand 0.8.5",
"smallvec",
"socket2 0.5.3",
"socket2 0.5.4",
"tokio",
"trust-dns-proto",
"void",
@@ -2919,7 +2919,7 @@ dependencies = [
"quinn",
"rand 0.8.5",
"rustls 0.21.7",
"socket2 0.5.3",
"socket2 0.5.4",
"thiserror",
"tokio",
]
@@ -3102,7 +3102,7 @@ dependencies = [
"libp2p-core",
"libp2p-identity",
"log",
"socket2 0.5.3",
"socket2 0.5.4",
"tokio",
]
@@ -4295,7 +4295,7 @@ checksum = "6df19e284d93757a9fb91d63672f7741b129246a669db09d1c0063071debc0c0"
dependencies = [
"bytes",
"libc",
"socket2 0.5.3",
"socket2 0.5.4",
"tracing",
"windows-sys",
]
@@ -5250,9 +5250,9 @@ dependencies = [
[[package]]
name = "socket2"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
dependencies = [
"libc",
"windows-sys",
@@ -5576,7 +5576,7 @@ dependencies = [
"parking_lot",
"pin-project-lite 0.2.12",
"signal-hook-registry",
"socket2 0.5.3",
"socket2 0.5.4",
"tokio-macros",
"windows-sys",
]
@@ -5778,7 +5778,7 @@ dependencies = [
"rustls-pemfile",
"rustls-webpki",
"smallvec",
"socket2 0.5.3",
"socket2 0.5.4",
"thiserror",
"tinyvec",
"tokio",
@@ -6331,7 +6331,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bebbd40e7f8b630a0f1a74783dbfff1edfc0ccaae891c4689891156a8c4d8c"
dependencies = [
"log",
"socket2 0.5.3",
"socket2 0.5.4",
"thiserror",
"tokio",
"webrtc-util",

View File

@@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
log = "0.4.20"
rand = "0.8.3"
smallvec = "1.11.0"
socket2 = { version = "0.5.3", features = ["all"] }
socket2 = { version = "0.5.4", features = ["all"] }
tokio = { version = "1.32", default-features = false, features = ["net", "time"], optional = true}
trust-dns-proto = { version = "0.23.0", default-features = false, features = ["mdns"] }
void = "1.0.2"

View File

@@ -24,7 +24,7 @@ rand = "0.8.5"
rustls = { version = "0.21.7", default-features = false }
thiserror = "1.0.48"
tokio = { version = "1.32.0", default-features = false, features = ["net", "rt", "time"], optional = true }
socket2 = "0.5.3"
socket2 = "0.5.4"
[features]
tokio = ["dep:tokio", "if-watch/tokio", "quinn/runtime-tokio"]

View File

@@ -19,7 +19,7 @@ libc = "0.2.147"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.20"
socket2 = { version = "0.5.3", features = ["all"] }
socket2 = { version = "0.5.4", features = ["all"] }
tokio = { version = "1.32.0", default-features = false, features = ["net"], optional = true }
[features]