fix(deps): update rust crate windows-sys to 0.61 (#2015)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-23 00:06:14 +08:00
committed by GitHub
parent bd005a2114
commit af7f55dbbc
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ shadowsocks = { version = "1.23.2", path = "../shadowsocks", default-features =
nix = { version = "0.30", features = ["ioctl"] }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.60", features = ["Win32_Networking_WinSock"] }
windows-sys = { version = "0.61", features = ["Win32_Networking_WinSock"] }
[target.'cfg(any(target_os = "ios", target_os = "macos", target_os = "linux", target_os = "android", target_os = "windows", target_os = "freebsd"))'.dependencies]
tun = { version = "0.8", optional = true, features = ["async"] }

View File

@@ -98,7 +98,7 @@ shadowsocks-crypto = { version = "0.6.0", default-features = false }
tokio-tfo = "0.4"
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.60", features = [
windows-sys = { version = "0.61", features = [
"Win32_Foundation",
"Win32_NetworkManagement_IpHelper",
"Win32_NetworkManagement_Ndis",