From 71fca58c9161bf1b01b5fa0a16c49b68a4b581f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:15:33 +0000 Subject: [PATCH] fix(deps): update rust crate lightning to v0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3413705..86cf777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crypto = { version = "0.5.1", features = ["digest"] } bdk = "= 0.30.2" bdk_electrum = "0.23.0" bitcoin = "=0.32.7" -lightning = "=0.1.7" +lightning = "=0.2.2" sha2 = "=0.10.9" ppv-lite86 = "0.2.20" tokio = { version = "1.46.0", features = ["full"] }