Skip to content

Commit 30d0f59

Browse files
deps: bump socket2 from 0.4.9 to 0.5.2
Pull-Request: #3873.
1 parent 8acbabd commit 30d0f59

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

Cargo.lock

Lines changed: 19 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libp2p-identity = { workspace = true }
2121
log = "0.4.14"
2222
rand = "0.8.3"
2323
smallvec = "1.6.1"
24-
socket2 = { version = "0.4.0", features = ["all"] }
24+
socket2 = { version = "0.5.2", features = ["all"] }
2525
tokio = { version = "1.28", default-features = false, features = ["net", "time"], optional = true}
2626
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }
2727
void = "1.0.2"

transports/tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = "0.2.142"
1919
libp2p-core = { workspace = true }
2020
libp2p-identity = { workspace = true }
2121
log = "0.4.11"
22-
socket2 = { version = "0.4.0", features = ["all"] }
22+
socket2 = { version = "0.5.2", features = ["all"] }
2323
tokio = { version = "1.28.0", default-features = false, features = ["net"], optional = true }
2424

2525
[features]

0 commit comments

Comments
 (0)