Skip to content

Commit 364299b

Browse files
fix(deps): update rust crate windows-sys to 0.60
1 parent 68ce97d commit 364299b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ shadowsocks = { version = "1.23.1", path = "../shadowsocks", default-features =
202202
nix = { version = "0.30", features = ["ioctl"] }
203203

204204
[target.'cfg(windows)'.dependencies]
205-
windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock"] }
205+
windows-sys = { version = "0.60", features = ["Win32_Networking_WinSock"] }
206206

207207
[target.'cfg(any(target_os = "ios", target_os = "macos", target_os = "linux", target_os = "android", target_os = "windows", target_os = "freebsd"))'.dependencies]
208208
tun = { version = "0.8", optional = true, features = ["async"] }

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ shadowsocks-crypto = { version = "0.6.0", default-features = false }
9797
tokio-tfo = "0.3"
9898

9999
[target.'cfg(windows)'.dependencies]
100-
windows-sys = { version = "0.59", features = [
100+
windows-sys = { version = "0.60", features = [
101101
"Win32_Foundation",
102102
"Win32_NetworkManagement_IpHelper",
103103
"Win32_NetworkManagement_Ndis",

0 commit comments

Comments
 (0)