Skip to content

Commit 6ca0b6f

Browse files
chore(deps): bump socket2 from 0.5.10 to 0.6.4
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.10 to 0.6.4. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9e1687 commit 6ca0b6f

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ rustls-platform-verifier = { version = "0.7", optional = true }
118118
rustls-post-quantum = { version = "0.2", features = ["aws-lc-rs-unstable"] }
119119

120120
# Network discovery dependencies (optional)
121-
socket2 = { version = "0.5", optional = true, features = ["all"] }
121+
socket2 = { version = "0.6", optional = true, features = ["all"] }
122122
nix = { version = "0.31", features = ["resource", "net"], optional = true }
123123

124124
# UPnP IGD port mapping (optional)

0 commit comments

Comments
 (0)