From d4df0194f4b4d5b00a1bc9ead3523a9f2fbbdea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:10:55 +0000 Subject: [PATCH] Update Rust crate lightning to v0.1.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daa99cc..3fb3f3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,9 +1696,9 @@ dependencies = [ [[package]] name = "lightning" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e540fcb289a76826c9c0b078d3dd1f05691972c5a53fb4d3120540862040a147" +checksum = "d3b60a63d4f4e545a9ce8c92a73a8d0cbc62f5e5e6c029e18e8159cf8e8ce5e0" dependencies = [ "bech32 0.11.0", "bitcoin 0.32.5", diff --git a/Cargo.toml b/Cargo.toml index 3d56de8..2a7217d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ resolver = "2" [dependencies] dlc = "=0.7.1" -lightning = "=0.1.5" +lightning = "=0.1.6" nostr = "=0.43.1" bdk = "= 0.30.2" env_logger = "=0.11.8"