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"] }