diff --git a/Cargo.lock b/Cargo.lock index b2584b3a..bec76676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,7 +1549,7 @@ dependencies = [ "anyhow", "assert_cmd", "axum 0.7.4", - "bitcoin_hashes 0.12.0", + "bitcoin_hashes 0.13.0", "bitcoincore-rpc", "fedimint-tonic-lnd", "hex", @@ -1843,7 +1843,6 @@ name = "moksha-cli" version = "0.2.1" dependencies = [ "anyhow", - "assert_cmd", "clap", "dialoguer", "moksha-core", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 9324e130..c7444ff2 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -19,7 +19,7 @@ axum = "0.7.4" 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"] }