From c4ae6f823ca3cc426c28729085cd22c76966ad62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:52:06 +0000 Subject: [PATCH] Update Rust crate bdk to v0.30.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b202eb..56a85ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] crypto = { version = "0.5.1", features = ["digest"] } -bdk = "= 0.30.1" +bdk = "= 0.30.2" bdk_electrum = "0.21.0" bitcoin = "=0.32.5" lightning = "=0.1.1"