Skip to content

Commit 57952f1

Browse files
Update socket2 requirement from ^0.5 to ^0.6 in /typhoon
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.3) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 484406e commit 57952f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typhoon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ subtle = "^2.6.1"
4848
thiserror = "^2.0.18"
4949
tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt", "rt-multi-thread", "macros"], optional = true }
5050
rand_distr = "^0.4.3"
51-
socket2 = { version = "^0.5", features = ["all"], optional = true }
51+
socket2 = { version = "^0.6", features = ["all"], optional = true }
5252
x25519-dalek = { version = "^2.0.1", features = ["static_secrets"] }
5353

5454
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)