Skip to content

Commit

Permalink
chore(deps): bump secp256k1 from 0.12.0 to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Mar 17, 2019
1 parent 955463b commit d716482
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 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 util/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"

[dependencies]
lazy_static = "1.3"
secp256k1 = {version = "0.12.0", optional = true }
secp256k1 = {version = "0.12.2", optional = true }
failure = "0.1.5"
rand = "0.6"
numext-fixed-hash = { version = "0.1", features = ["support_rand", "support_heapsize", "support_serde"] }
Expand Down

0 comments on commit d716482

Please sign in to comment.