Skip to content

Commit 42d0e54

Browse files
Bump socket2 from 0.5.10 to 0.6.1
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.10 to 0.6.1. - [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/v0.6.1) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0b6bac commit 42d0e54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

crates/rustapi-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http-body-util = { workspace = true }
2323
bytes = { workspace = true }
2424

2525
# Socket options
26-
socket2 = { version = "0.5", features = ["all"] }
26+
socket2 = { version = "0.6", features = ["all"] }
2727

2828
# Router
2929
matchit = { workspace = true }

0 commit comments

Comments
 (0)