We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72d9dc commit ce0c711Copy full SHA for ce0c711
rustls-platform-verifier/Cargo.toml
@@ -56,7 +56,7 @@ security-framework = { version = "3", features = ["OSX_10_14"] }
56
security-framework-sys = { version = "2.10", features = ["OSX_10_14"] }
57
58
[target.'cfg(windows)'.dependencies]
59
-windows-sys = { version = ">=0.52.0, <0.60.0", default-features = false, features = ["Win32_Foundation", "Win32_Security_Cryptography"] }
+windows-sys = { version = ">=0.52.0, <0.62.0", default-features = false, features = ["Win32_Foundation", "Win32_Security_Cryptography"] }
60
61
[dev-dependencies]
62
rustls = { version = "0.23", default-features = false, features = ["ring"] }
0 commit comments