Skip to content

Commit f514f4d

Browse files
Bump windows-sys from 0.42.0 to 0.45.0 (#1096)
1 parent a6ebdb6 commit f514f4d

File tree

3 files changed

+47
-23
lines changed

3 files changed

+47
-23
lines changed

Cargo.lock

Lines changed: 45 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ shadowsocks = { version = "1.15.0", path = "../shadowsocks", default-features =
129129
nix = "0.26"
130130

131131
[target.'cfg(windows)'.dependencies]
132-
windows-sys = { version = "0.42", features = ["Win32_Networking_WinSock"] }
132+
windows-sys = { version = "0.45", features = ["Win32_Networking_WinSock"] }
133133

134134
[dev-dependencies]
135135
byteorder = "1.3"

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ shadowsocks-crypto = { version = "0.5.1", features = ["ring"] }
8282
shadowsocks-crypto = { version = "0.5.1", features = [] }
8383

8484
[target.'cfg(windows)'.dependencies]
85-
windows-sys = { version = "0.42", features = ["Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_System_IO"] }
85+
windows-sys = { version = "0.45", features = ["Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_System_IO"] }
8686

8787
[target.'cfg(unix)'.dependencies]
8888
sendfd = { version = "0.4", features = ["tokio"] }

0 commit comments

Comments
 (0)