From da25e26740925fe809554e1a8d4fd3d62f4a251e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 07:52:51 +0000 Subject: [PATCH] Update Rust crate cln-plugin to 0.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b727e37..ba5a49e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -630,9 +630,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "cln-plugin" -version = "0.1.9" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b096d2f2a7c58c6faaff1b64281a4c30ff078ec3ca746975fb76ac1a6d6e1f" +checksum = "36894239b9df672853500b3abdd133dd6969efd0307806e6dec533ead6de367e" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4b24c3a..d6d9237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ env_logger = "=0.11.5" wasm-pack = "=0.13.0" miniscript = "=12.2.0" lightning-liquidity = "=0.1.0-alpha.5" -cln-plugin = "0.1.9" +cln-plugin = "0.2.0" clap = "=4.5.18" [[bin]]