Skip to content

Commit

Permalink
chore(deps): bump secp256k1 from 0.27.0 to 0.29.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent da5d683 commit 3eed567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 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 integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = { workspace = true, features = ["backtrace"] }
serde = { workspace = true, features = ["derive"] }
lightning-invoice = "0.30.0"
bitcoin = { version = "0.30.2", default-features = false }
secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] }
secp256k1 = { version = "0.29.0", default-features = false, features = ["recovery", "alloc", "rand"] }
testcontainers = { workspace = true }
testcontainers-modules = { workspace = true, features = ["postgres"] }
bitcoincore-rpc = { workspace = true }
Expand Down

0 comments on commit 3eed567

Please sign in to comment.