Skip to content

Commit c9ca178

Browse files
chore(deps): update socket2 requirement from 0.5 to 0.6
Updates the requirements on [socket2](https://github.com/rust-lang/socket2) to permit the latest version. - [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...v0.6.2) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e529c5 commit c9ca178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monoio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ auto-const-array = "0.2"
1818
fxhash = "0.2"
1919
libc = "0.2"
2020
pin-project-lite = "0.2"
21-
socket2 = { version = "0.5", features = ["all"] }
21+
socket2 = { version = "0.6", features = ["all"] }
2222
memchr = "2.7"
2323

2424
bytes = { version = "1", optional = true }

0 commit comments

Comments
 (0)