From c31cd6df408d10e53f6e577654368071c9b06fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 18:56:56 +0000 Subject: [PATCH] Update Rust crate bdk_electrum to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a272cc0..02bb73c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" crypto = { version = "0.5.1", features = ["digest"] } bdk = "= 0.30.2" -bdk_electrum = "0.21.0" +bdk_electrum = "0.22.0" bitcoin = "=0.32.5" lightning = "=0.1.3" sha2 = "=0.10.9"