From 57952f1b21c262ba0a16845661925e2254f5fa21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 15:45:33 +0000 Subject: [PATCH] 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](https://github.com/rust-lang/socket2/compare/v0.5...v0.6.3) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- typhoon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typhoon/Cargo.toml b/typhoon/Cargo.toml index ad2055c..52c92e6 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -48,7 +48,7 @@ subtle = "^2.6.1" thiserror = "^2.0.18" tokio = { version = "^1.47.1", features = ["net", "sync", "time", "rt", "rt-multi-thread", "macros"], optional = true } rand_distr = "^0.4.3" -socket2 = { version = "^0.5", features = ["all"], optional = true } +socket2 = { version = "^0.6", features = ["all"], optional = true } x25519-dalek = { version = "^2.0.1", features = ["static_secrets"] } [target.'cfg(target_os = "linux")'.dependencies]