From e24e4fd98a9ecec458c323e0c479d9e6e879bc09 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 25 Nov 2023 12:55:06 +0100 Subject: [PATCH] Revert "bump openssl" This reverts commit 28fe77c3ce2d21d7707af8941343a48433e18dd4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4973249..b4fbb7fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ bls12_381 = { version = "=0.8.0", features = ["experimental"] } # the newer sha2 crate doesn't implement the digest traits required by HKDF group = "=0.13.0" sha2 = "=0.9.9" -openssl = { version = ">=0.10.55", features = ["vendored"], optional = true } +openssl = { version = "=0.10.55", features = ["vendored"], optional = true } getrandom = { version = "=0.2.9", features = ["js" ]} # for secp sigs k256 = { version = "0.13.1", features = ["ecdsa"] }