Skip to content

Commit

Permalink
chore(deps): bump windows-sys from 0.52.0 to 0.59.0 (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 5c373ad commit e0f88a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 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 @@ -212,7 +212,7 @@ shadowsocks = { version = "1.20.1", path = "../shadowsocks", default-features =
nix = { version = "0.29", features = ["ioctl"] }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] }
windows-sys = { version = "0.59", 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 @@ -99,7 +99,7 @@ shadowsocks-crypto = { version = "0.5.4", features = [] }
tokio-tfo = "0.3"

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

0 comments on commit e0f88a0

Please sign in to comment.