From 84458d33812f966c8274a0ca35ed683e92c941d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:15:28 +0000 Subject: [PATCH] fix(deps): update rust crate bitcoin to v0.32.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3413705..95c1294 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.7" +bitcoin = "=0.32.8" lightning = "=0.1.7" sha2 = "=0.10.9" ppv-lite86 = "0.2.20"