diff --git a/Cargo.lock b/Cargo.lock index 58e74b41..eae35a2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ dependencies = [ "anyhow", "assert_cmd", "axum 0.7.5", - "bitcoin_hashes 0.12.0", + "bitcoin_hashes 0.14.0", "bitcoincore-rpc", "fedimint-tonic-lnd", "hex", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 45565234..dbae37d0 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.29.0" -bitcoin_hashes = { version = "0.12.0", default-features = false } +bitcoin_hashes = { version = "0.14.0", default-features = false } secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] } testcontainers = { workspace = true } testcontainers-modules = { workspace = true, features = ["postgres"] }