Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
fix(cargo.toml): bump version of secp256k1
Browse files Browse the repository at this point in the history
rust-bitcoin/rust-secp256k1#543

Signed-off-by: Mark T. B. Carroll <mark.carroll@btp.works>
  • Loading branch information
mtbc committed Jun 21, 2023
1 parent f781db6 commit 5a300de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -41,7 +41,7 @@ pem = ["openssl"]
[dependencies]
hex = "0.4"
protobuf="2"
secp256k1 = "0.21"
secp256k1 = "0.27"
rand = { version = "0.8", features = ["getrandom"]}
sha2 = "0.10"
zmq = "0.9"
Expand Down

0 comments on commit 5a300de

Please sign in to comment.