Skip to content

Commit 63f7213

Browse files
traiesTomas Raies
and
Tomas Raies
authored
Bump windows-sys to ver 0.59 (#600)
Co-authored-by: Tomas Raies <[email protected]>
1 parent da8ebac commit 63f7213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ openssl-probe = { version = "0.1.2", optional = true }
2424

2525
[target.'cfg(target_env = "msvc")'.dependencies]
2626
schannel = "0.1.13"
27-
windows-sys = { version = "0.52", features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Security_Cryptography"] }
27+
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_Security_Cryptography"] }
2828

2929
[dev-dependencies]
3030
mio = "0.6"

curl-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ features = ["no_log_capture"]
3030
openssl-sys = { version = "0.9.64", optional = true }
3131

3232
[target.'cfg(windows)'.dependencies]
33-
windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] }
33+
windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock"] }
3434

3535
[target.'cfg(target_env = "msvc")'.build-dependencies]
3636
vcpkg = "0.2"

0 commit comments

Comments
 (0)