From ba5c1ebcd8d87fccfbde415edec1412e56e2c38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 13:57:40 +0000 Subject: [PATCH] chore(deps): bump bitcoin from 0.30.2 to 0.31.2 Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.30.2 to 0.31.2. - [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases) - [Commits](https://github.com/rust-bitcoin/rust-bitcoin/compare/bitcoin-0.30.2...bitcoin-0.31.2) --- updated-dependencies: - dependency-name: bitcoin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- integrationtests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3843317a..13c3dc39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ dependencies = [ "anyhow", "assert_cmd", "axum 0.7.5", - "bitcoin 0.30.2", + "bitcoin 0.31.2", "bitcoincore-rpc", "fedimint-tonic-lnd", "hex", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index cf12d217..1adb6a06 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -19,7 +19,7 @@ axum = { workspace = true } anyhow = { workspace = true, features = ["backtrace"] } serde = { workspace = true, features = ["derive"] } lightning-invoice = "0.30.0" -bitcoin = { version = "0.30.2", default-features = false } +bitcoin = { version = "0.31.2", default-features = false } secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] } testcontainers = { workspace = true } testcontainers-modules = { workspace = true, features = ["postgres"] }