Skip to content

Commit 1be515f

Browse files
Bump windows-sys from 0.42.0 to 0.45.0
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.42.0 to 0.45.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.42.0...0.45.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c87eadb commit 1be515f

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)