Skip to content

Commit

Permalink
bump openssl crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 17, 2023
1 parent 3d8fcf1 commit 1977a79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ num-traits = "0.2.15"
num-integer = "0.1.45"
chia-bls = "0.2.13"
sha2 = "0.10.8"
openssl = { version = "0.10.55", features = ["vendored"], optional = true }
openssl = { version = "0.10.59", 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 1977a79

Please sign in to comment.