Skip to content

Commit

Permalink
build(deps): bump secp256k1 from 0.20.0 to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and dconnolly committed Jan 18, 2021
1 parent 75b510a commit 3a093cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy_static = "1.4.0"
primitive-types = "0.8.0"
rand_core = "0.5.1"
ripemd160 = "0.8.0"
secp256k1 = { version = "0.20.0", features = ["serde"] }
secp256k1 = { version = "0.20.1", features = ["serde"] }
serde = { version = "1", features = ["serde_derive", "rc"] }
serde-big-array = "0.3.1"
sha2 = { version = "0.9.2", features=["compress"] }
Expand Down

0 comments on commit 3a093cc

Please sign in to comment.