deps: bump socket2 from 0.5.2 to 0.5.3

Pull-Request: #3934.
This commit is contained in:
dependabot[bot]
2023-05-15 17:30:19 +00:00
committed by GitHub
parent 86ea8fe4aa
commit 3021814e6b
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@@ -2712,7 +2712,7 @@ dependencies = [
"log",
"rand 0.8.5",
"smallvec",
"socket2 0.5.2",
"socket2 0.5.3",
"tokio",
"trust-dns-proto",
"void",
@@ -3059,7 +3059,7 @@ dependencies = [
"libp2p-core",
"libp2p-identity",
"log",
"socket2 0.5.2",
"socket2 0.5.3",
"tokio",
]
@@ -4818,9 +4818,9 @@ dependencies = [
[[package]]
name = "socket2"
version = "0.5.2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d283f86695ae989d1e18440a943880967156325ba025f05049946bff47bcc2b"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
"windows-sys 0.48.0",

View File

@@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
log = "0.4.14"
rand = "0.8.3"
smallvec = "1.6.1"
socket2 = { version = "0.5.2", features = ["all"] }
socket2 = { version = "0.5.3", features = ["all"] }
tokio = { version = "1.28", default-features = false, features = ["net", "time"], optional = true}
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }
void = "1.0.2"

View File

@@ -19,7 +19,7 @@ libc = "0.2.143"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.11"
socket2 = { version = "0.5.2", features = ["all"] }
socket2 = { version = "0.5.3", features = ["all"] }
tokio = { version = "1.28.0", default-features = false, features = ["net"], optional = true }
[features]