Skip to content

Commit

Permalink
chore(deps): bump windows-sys from 0.48.0 to 0.52.0 (#1358)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 43506cf commit 2db40d8
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 4 deletions.
70 changes: 68 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ shadowsocks = { version = "1.17.0", path = "../shadowsocks", default-features =
nix = { version = "0.27", features = ["ioctl"] }

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

[dev-dependencies]
byteorder = "1.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ shadowsocks-crypto = { version = "0.5.2", features = ["ring"] }
shadowsocks-crypto = { version = "0.5.1", features = [] }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.48", features = [
windows-sys = { version = "0.52", features = [
"Win32_Foundation",
"Win32_NetworkManagement_IpHelper",
"Win32_NetworkManagement_Ndis",
Expand Down

0 comments on commit 2db40d8

Please sign in to comment.