Skip to content

Commit

Permalink
deps: bump socket2 from 0.5.5 to 0.5.7
Browse files Browse the repository at this point in the history
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.5 to 0.5.7.
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](rust-lang/socket2@v0.5.5...v0.5.7)

---
updated-dependencies:
- dependency-name: socket2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 2d9be84 commit 36265d0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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-swarm = { workspace = true }
libp2p-identity = { workspace = true }
rand = "0.8.3"
smallvec = "1.12.0"
socket2 = { version = "0.5.5", features = ["all"] }
socket2 = { version = "0.5.7", features = ["all"] }
tokio = { version = "1.36", default-features = false, features = ["net", "time"], optional = true}
tracing = "0.1.37"
hickory-proto = { version = "0.24.0", default-features = false, features = ["mdns"] }
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 @@ rustls = { version = "0.21.9", default-features = false }
thiserror = "1.0.57"
tokio = { version = "1.36.0", default-features = false, features = ["net", "rt", "time"], optional = true }
tracing = "0.1.37"
socket2 = "0.5.5"
socket2 = "0.5.7"
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 @@ -18,7 +18,7 @@ if-watch = "3.2.0"
libc = "0.2.153"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
socket2 = { version = "0.5.5", features = ["all"] }
socket2 = { version = "0.5.7", features = ["all"] }
tokio = { version = "1.36.0", default-features = false, features = ["net"], optional = true }
tracing = "0.1.37"

Expand Down

0 comments on commit 36265d0

Please sign in to comment.