Skip to content

Commit 25575e0

Browse files
authored
Update windows-sys to 0.52 (#546)
1 parent 4e76dd7 commit 25575e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ openssl-probe = { version = "0.1.2", optional = true }
2828

2929
[target.'cfg(target_env = "msvc")'.dependencies]
3030
schannel = "0.1.13"
31-
windows-sys = { version = "0.48", features = ["Win32_System_LibraryLoader", "Win32_Security_Cryptography"] }
31+
windows-sys = { version = "0.52", features = ["Win32_System_LibraryLoader", "Win32_Security_Cryptography"] }
3232

3333
[dev-dependencies]
3434
mio = "0.6"

curl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ features = ["no_log_capture"]
3333
openssl-sys = { version = "0.9.64", optional = true }
3434

3535
[target.'cfg(windows)'.dependencies]
36-
windows-sys = { version = "0.48", features = ["Win32_Networking_WinSock"] }
36+
windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] }
3737

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

0 commit comments

Comments
 (0)