Skip to content

Commit 2db40d8

Browse files
chore(deps): bump windows-sys from 0.48.0 to 0.52.0 (#1358)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43506cf commit 2db40d8

File tree

3 files changed

+70
-4
lines changed

3 files changed

+70
-4
lines changed

Cargo.lock

Lines changed: 68 additions & 2 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
@@ -179,7 +179,7 @@ shadowsocks = { version = "1.17.0", path = "../shadowsocks", default-features =
179179
nix = { version = "0.27", features = ["ioctl"] }
180180

181181
[target.'cfg(windows)'.dependencies]
182-
windows-sys = { version = "0.48", features = ["Win32_Networking_WinSock"] }
182+
windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] }
183183

184184
[dev-dependencies]
185185
byteorder = "1.5"

crates/shadowsocks/Cargo.toml

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

9898
[target.'cfg(windows)'.dependencies]
99-
windows-sys = { version = "0.48", features = [
99+
windows-sys = { version = "0.52", features = [
100100
"Win32_Foundation",
101101
"Win32_NetworkManagement_IpHelper",
102102
"Win32_NetworkManagement_Ndis",

0 commit comments

Comments
 (0)