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

Commit ad2361e

Browse files
Bump secp256k1 from 0.20.3 to 0.22.1
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.20.3 to 0.22.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) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 601989d commit ad2361e

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

Cargo.lock

+24-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bdk-ext/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
anyhow = "1"
88
bdk = { version = "0.16", default-features = false }
99
rand = "0.6"
10-
secp256k1 = { version = "0.20", features = ["rand", "global-context-less-secure"] }
10+
secp256k1 = { version = "0.22", features = ["rand", "global-context-less-secure"] }

0 commit comments

Comments
 (0)