Skip to content
This repository was archived by the owner on Apr 27, 2025. It is now read-only.

Commit 719e2a4

Browse files
chore(deps): bump secp256k1 from 0.27.0 to 0.29.0
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.27.0 to 0.29.0. - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.27.0...secp256k1-0.29.0) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c2c87b commit 719e2a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

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

integrationtests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = { workspace = true, features = ["backtrace"] }
2020
serde = { workspace = true, features = ["derive"] }
2121
lightning-invoice = "0.30.0"
2222
bitcoin = { version = "0.30.2", default-features = false }
23-
secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] }
23+
secp256k1 = { version = "0.29.0", default-features = false, features = ["recovery", "alloc", "rand"] }
2424
testcontainers = { workspace = true }
2525
testcontainers-modules = { workspace = true, features = ["postgres"] }
2626
bitcoincore-rpc = { workspace = true }

0 commit comments

Comments
 (0)