Skip to content

Commit ce0c711

Browse files
committed
Allow use of windows-sys 0.61
1 parent c72d9dc commit ce0c711

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
@@ -56,7 +56,7 @@ security-framework = { version = "3", features = ["OSX_10_14"] }
5656
security-framework-sys = { version = "2.10", features = ["OSX_10_14"] }
5757

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

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

0 commit comments

Comments
 (0)