Skip to content

Commit

Permalink
Bump windows-sys from 0.36.1 to 0.42.0
Browse files Browse the repository at this point in the history
Bumps [windows-sys](/~https://github.com/microsoft/windows-rs) from 0.36.1 to 0.42.0.
- [Release notes](/~https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.36.1...0.42.0)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and zonyitoo committed Oct 7, 2022
1 parent a2beae0 commit 57800f2
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 16 deletions.
85 changes: 71 additions & 14 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 @@ -134,7 +134,7 @@ shadowsocks = { version = "1.15.0", path = "../shadowsocks", default-features =
nix = "0.25"

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

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

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

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

0 comments on commit 57800f2

Please sign in to comment.