Skip to content

Commit

Permalink
deps: bump socket2 from 0.4.9 to 0.5.2
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#3873.
  • Loading branch information
dependabot[bot] authored May 3, 2023
1 parent 8acbabd commit 30d0f59
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
28 changes: 19 additions & 9 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 @@ -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"
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.142"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.11"
socket2 = { version = "0.4.0", features = ["all"] }
socket2 = { version = "0.5.2", features = ["all"] }
tokio = { version = "1.28.0", default-features = false, features = ["net"], optional = true }

[features]
Expand Down

0 comments on commit 30d0f59

Please sign in to comment.