Skip to content

Commit 3f20619

Browse files
Bump socket2 from 0.6.2 to 0.6.3 (#7373)
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.6.2 to 0.6.3. - [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.6.2...v0.6.3) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da745ba commit 3f20619

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ rustix = { workspace = true }
120120
memmap2 = "0.9.9"
121121
page_size = "0.6"
122122
gethostname = "1.0.2"
123-
socket2 = { version = "0.6.0", features = ["all"] }
123+
socket2 = { version = "0.6.3", features = ["all"] }
124124
dns-lookup = "3.0"
125125

126126
# OpenSSL dependencies (optional, for ssl-openssl feature)

0 commit comments

Comments
 (0)