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

Commit

Permalink
fix(deps): update rust crate secp256k1 to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2020
1 parent 511f344 commit 8447c84
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 @@ -11,7 +11,7 @@ path = "src/lib.rs"

[dependencies]
bitcoin = "0.23.0"
secp256k1 = "0.17.2"
secp256k1 = "0.18.0"
sha2 = "0.9.1"
failure = "0.1.8"
serde = "1.0.115"
Expand Down

0 comments on commit 8447c84

Please sign in to comment.