Skip to content

Commit 092d458

Browse files
dependabot[bot]taiki-e
authored andcommitted
Update socket2 requirement from 0.4.2 to 0.5.3
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.4.2...v0.5.3) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 236d5a6 commit 092d458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ parking = "2.0.0"
3333
polling = "2.6.0"
3434
rustix = { version = "0.37.1", default-features = false, features = ["std", "fs"] }
3535
slab = "0.4.2"
36-
socket2 = { version = "0.4.2", features = ["all"] }
36+
socket2 = { version = "0.5.3", features = ["all"] }
3737
waker-fn = "1.1.0"
3838

3939
[build-dependencies]

0 commit comments

Comments
 (0)