Skip to content

Commit 8034c34

Browse files
Bump windows-sys from 0.45.0 to 0.48.0
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.45.0 to 0.48.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.45.0...0.48.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 0c51c99 commit 8034c34

File tree

3 files changed

+75
-9
lines changed

3 files changed

+75
-9
lines changed

Cargo.lock

Lines changed: 73 additions & 7 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
@@ -128,7 +128,7 @@ shadowsocks = { version = "1.15.3", path = "../shadowsocks", default-features =
128128
nix = "0.26"
129129

130130
[target.'cfg(windows)'.dependencies]
131-
windows-sys = { version = "0.45", features = ["Win32_Networking_WinSock"] }
131+
windows-sys = { version = "0.48", features = ["Win32_Networking_WinSock"] }
132132

133133
[dev-dependencies]
134134
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.45", features = ["Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_System_IO"] }
85+
windows-sys = { version = "0.48", 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)