diff --git a/Cargo.lock b/Cargo.lock index 9a825374..636a8b40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1658,7 +1658,7 @@ dependencies = [ "anyhow", "assert_cmd", "axum 0.7.5", - "bitcoin_hashes 0.12.0", + "bitcoin_hashes 0.13.0", "bitcoincore-rpc", "fedimint-tonic-lnd", "hex", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index d06201d3..8c41fd43 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -19,7 +19,7 @@ axum = "0.7.5" anyhow = { version = "1.0.80", features = ["backtrace"] } serde = { version = "1.0.197", features = ["derive"] } lightning-invoice = "0.29.0" -bitcoin_hashes = { version = "0.12.0", default-features = false } +bitcoin_hashes = { version = "0.13.0", default-features = false } secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] } testcontainers = "0.15.0" testcontainers-modules = { version = "0.3.4", features = ["postgres"] }