Skip to content

Commit b113948

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 65b9cb0 commit b113948

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
@@ -47,7 +47,7 @@ subtle = "^2.6.1"
4747
thiserror = "^2.0.18"
4848
tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt", "rt-multi-thread", "macros"], optional = true }
4949
rand_distr = "^0.4.3"
50-
socket2 = { version = "^0.5", features = ["all"], optional = true }
50+
socket2 = { version = "^0.6", features = ["all"], optional = true }
5151
x25519-dalek = { version = "^2.0.1", features = ["static_secrets"] }
5252

5353
[dev-dependencies]

0 commit comments

Comments
 (0)