Skip to content

Commit 625a40f

Browse files
fix(deps): update rust crate windows-sys to 0.61
1 parent c6f479c commit 625a40f

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.2", path = "../shadowsocks", default-features =
202202
nix = { version = "0.30", features = ["ioctl"] }
203203

204204
[target.'cfg(windows)'.dependencies]
205-
windows-sys = { version = "0.60", features = ["Win32_Networking_WinSock"] }
205+
windows-sys = { version = "0.61", 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
@@ -98,7 +98,7 @@ shadowsocks-crypto = { version = "0.6.0", default-features = false }
9898
tokio-tfo = "0.4"
9999

100100
[target.'cfg(windows)'.dependencies]
101-
windows-sys = { version = "0.60", features = [
101+
windows-sys = { version = "0.61", features = [
102102
"Win32_Foundation",
103103
"Win32_NetworkManagement_IpHelper",
104104
"Win32_NetworkManagement_Ndis",

0 commit comments

Comments
 (0)