From e929e646d57cb8412af333ef4af8b09e44299677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 17:58:47 +0000 Subject: [PATCH] Update Rust crate bdk_electrum to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3413705..542c393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2024" crypto = { version = "0.5.1", features = ["digest"] } bdk = "= 0.30.2" -bdk_electrum = "0.23.0" +bdk_electrum = "0.24.0" bitcoin = "=0.32.7" lightning = "=0.1.7" sha2 = "=0.10.9"