From dd0c54ddc78e819fbaf4754bae2be7a99cfedc8d Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 26 Oct 2023 13:23:26 +0200 Subject: openpgp: Tighten win-crypto-ng version range - Require version 0.5.1. --- openpgp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index 7630b5dd..cb5c791b 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -92,7 +92,7 @@ typenum = { version = "1.12.0", optional = true } x25519-dalek = { version = "2", optional = true, default-features = false, features = ["static_secrets", "zeroize"] } [target.'cfg(windows)'.dependencies] -win-crypto-ng = { version = ">=0.4, <0.6", features = ["rand", "block-cipher"], optional = true } +win-crypto-ng = { version = "0.5.1", features = ["rand", "block-cipher"], optional = true } winapi = { version = "0.3.8", default-features = false, features = ["bcrypt"], optional = true } [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] -- cgit v1.2.3