Skip to content

Commit

Permalink
Revert "bump openssl"
Browse files Browse the repository at this point in the history
This reverts commit 28fe77c.
  • Loading branch information
arvidn committed Nov 25, 2023
1 parent 9cd58a4 commit c773bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit c773bdd

Please sign in to comment.