deps: bump socket2 from 0.4.9 to 0.5.2

Pull-Request: #3873.
This commit is contained in:
dependabot[bot]
2023-05-03 09:00:15 +00:00
committed by GitHub
parent 8acbabdaf6
commit 30d0f598ef
3 changed files with 21 additions and 11 deletions

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.4.0", features = ["all"] }
socket2 = { version = "0.5.2", 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"