From 4b70a27ab839055a5b38b9a07bf0f4ffa9928c49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:38:29 +0000 Subject: [PATCH] Update Rust crate bdk_electrum to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc1772a..4b202eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" crypto = { version = "0.5.1", features = ["digest"] } bdk = "= 0.30.1" -bdk_electrum = "0.20.1" +bdk_electrum = "0.21.0" bitcoin = "=0.32.5" lightning = "=0.1.1" sha2 = "=0.10.8"