Skip to content

Commit

Permalink
deps: bump socket2 from 0.5.4 to 0.5.5
Browse files Browse the repository at this point in the history
Pull-Request: #4708.
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 9a2232a commit 9e83b94
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libp2p-identity = { workspace = true }
log = "0.4.20"
rand = "0.8.3"
smallvec = "1.11.1"
socket2 = { version = "0.5.4", features = ["all"] }
socket2 = { version = "0.5.5", features = ["all"] }
tokio = { version = "1.33", default-features = false, features = ["net", "time"], optional = true}
trust-dns-proto = { version = "0.23.0", default-features = false, features = ["mdns"] }
void = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = "0.8.5"
rustls = { version = "0.21.7", default-features = false }
thiserror = "1.0.50"
tokio = { version = "1.33.0", default-features = false, features = ["net", "rt", "time"], optional = true }
socket2 = "0.5.4"
socket2 = "0.5.5"
ring = "0.16.20"

[features]
Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libc = "0.2.149"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.20"
socket2 = { version = "0.5.4", features = ["all"] }
socket2 = { version = "0.5.5", features = ["all"] }
tokio = { version = "1.33.0", default-features = false, features = ["net"], optional = true }

[features]
Expand Down

0 comments on commit 9e83b94

Please sign in to comment.