Skip to content

Commit 3a093cc

Browse files
dependabot[bot]dconnolly
authored andcommitted
build(deps): bump secp256k1 from 0.20.0 to 0.20.1
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases) - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/commits) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75b510a commit 3a093cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zebra-chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy_static = "1.4.0"
2727
primitive-types = "0.8.0"
2828
rand_core = "0.5.1"
2929
ripemd160 = "0.8.0"
30-
secp256k1 = { version = "0.20.0", features = ["serde"] }
30+
secp256k1 = { version = "0.20.1", features = ["serde"] }
3131
serde = { version = "1", features = ["serde_derive", "rc"] }
3232
serde-big-array = "0.3.1"
3333
sha2 = { version = "0.9.2", features=["compress"] }

0 commit comments

Comments
 (0)