From 6af72772a7108ced5e9439215facdfd1b0496cfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:48:57 +0000 Subject: [PATCH] fix(deps): update rust crate bitcoin to v0.32.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd8a686..c06ea42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2024" crypto = { version = "0.5.1", features = ["digest"] } bdk = "= 0.30.2" bdk_electrum = "0.23.0" -bitcoin = "=0.32.6" +bitcoin = "=0.32.7" lightning = "=0.1.5" sha2 = "=0.10.9" ppv-lite86 = "0.2.20"