Skip to content

Commit 63e010c

Browse files
deps: bump socket2 from 0.6.0 to 0.6.3
Pull-Request: #6346.
1 parent 11831c8 commit 63e010c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 9 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
@@ -18,7 +18,7 @@ libp2p-swarm = { workspace = true }
1818
libp2p-identity = { workspace = true }
1919
rand = "0.8.3"
2020
smallvec = "1.15.1"
21-
socket2 = { version = "0.6.0", features = ["all"] }
21+
socket2 = { version = "0.6.3", features = ["all"] }
2222
tokio = { workspace = true, default-features = false, features = ["net", "time"], optional = true }
2323
tracing = { workspace = true }
2424
hickory-proto = { workspace = true, features = ["mdns"] }

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rustls = { version = "0.23.28", default-features = false }
2121
thiserror = { workspace = true }
2222
tokio = { workspace = true, default-features = false, features = ["net", "rt", "time"], optional = true }
2323
tracing = { workspace = true }
24-
socket2 = "0.6.0"
24+
socket2 = "0.6.3"
2525
ring = { workspace = true }
2626

2727
[features]

transports/tcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures-timer = "3.0"
1616
if-watch = { workspace = true }
1717
libc = "0.2.183"
1818
libp2p-core = { workspace = true }
19-
socket2 = { version = "0.6.0", features = ["all"] }
19+
socket2 = { version = "0.6.3", features = ["all"] }
2020
tokio = { workspace = true, default-features = false, features = ["net"], optional = true }
2121
tracing = { workspace = true }
2222

0 commit comments

Comments
 (0)