Skip to content

Commit 740bd23

Browse files
committed
Allow use of windows-sys 0.61
1 parent 955e971 commit 740bd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustls-platform-verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ security-framework = { version = "3", features = ["OSX_10_14"] }
5757
security-framework-sys = { version = "2.10", features = ["OSX_10_14"] }
5858

5959
[target.'cfg(windows)'.dependencies]
60-
windows-sys = { version = ">=0.52.0, <0.60.0", default-features = false, features = ["Win32_Foundation", "Win32_Security_Cryptography"] }
60+
windows-sys = { version = ">=0.52.0, <0.62.0", default-features = false, features = ["Win32_Foundation", "Win32_Security_Cryptography"] }
6161

6262
[dev-dependencies]
6363
rustls = { version = "0.23", default-features = false, features = ["ring"] }

0 commit comments

Comments
 (0)