From a874c76168af5b4d35c6b39b5ed30bf2bb5ad6b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 02:03:41 +0000 Subject: [PATCH] Update Rust crate lightning to v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f90ff12..095e3ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crypto = { version = "0.5.1", features = ["digest"] } bdk = "= 0.30.1" bdk_electrum = "0.20.1" bitcoin = "=0.32.5" -lightning = "=0.1.0" +lightning = "=0.1.1" sha2 = "=0.10.8" ppv-lite86 = "0.2.20" tokio = { version = "1.43.0", features = ["full"] }