From 11c7ac206fa31c890d35890391d5329b84bf14b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 18:05:21 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-tfo to 0.4 --- Cargo.lock | 8 ++++---- crates/shadowsocks/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab059ca3..d280483a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3928,9 +3928,9 @@ dependencies = [ [[package]] name = "tokio-tfo" -version = "0.3.4" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e3d7ba01a66a3a6dedebca3788232547ac193b31530bb625cb42eeb8e5154b6" +checksum = "131d5cbb460af38a60d668de7cb5e4c1c8a908506111ff2034417559994aa81e" dependencies = [ "cfg-if", "futures", @@ -3938,9 +3938,9 @@ dependencies = [ "log", "once_cell", "pin-project", - "socket2 0.5.10", + "socket2 0.6.0", "tokio", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/crates/shadowsocks/Cargo.toml b/crates/shadowsocks/Cargo.toml index 709ef40b..aa4c4d3f 100644 --- a/crates/shadowsocks/Cargo.toml +++ b/crates/shadowsocks/Cargo.toml @@ -95,7 +95,7 @@ blake3 = "1.5" shadowsocks-crypto = { version = "0.6.0", default-features = false } [target.'cfg(any(windows, target_os = "linux", target_os = "android", target_os = "freebsd", target_os = "macos", target_os = "ios", target_os = "watchos", target_os = "tvos"))'.dependencies] -tokio-tfo = "0.3" +tokio-tfo = "0.4" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.60", features = [