From b4b0d7345424f711ac572cbdfea79c7c12ed63ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:43:13 +0000 Subject: [PATCH] chore(deps): bump lightning from 0.0.116 to 0.0.118 Bumps [lightning](https://github.com/lightningdevkit/rust-lightning) from 0.0.116 to 0.0.118. - [Release notes](https://github.com/lightningdevkit/rust-lightning/releases) - [Changelog](https://github.com/lightningdevkit/rust-lightning/blob/main/CHANGELOG.md) - [Commits](https://github.com/lightningdevkit/rust-lightning/compare/v0.0.116...v0.0.118) --- updated-dependencies: - dependency-name: lightning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++++++- integrationtests/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbfd61ff..48ef7657 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2194,6 +2194,15 @@ dependencies = [ "bitcoin", ] +[[package]] +name = "lightning" +version = "0.0.118" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52cec5fa9382154fe9671e8df93095b800c7d77abc66e2a5ef839d672521c5e" +dependencies = [ + "bitcoin", +] + [[package]] name = "lightning-invoice" version = "0.21.0" @@ -2439,7 +2448,7 @@ dependencies = [ "axum", "bitcoin_hashes 0.11.0", "hyper", - "lightning 0.0.116", + "lightning 0.0.118", "lightning-invoice 0.24.0", "moksha-core", "moksha-mint", diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index f6abce9a..f6e085f4 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.192", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.108" lightning-invoice = "0.24.0" -lightning = "0.0.116" +lightning = "0.0.118" hyper = { version = "0.14", features = ["full"] } bitcoin_hashes = { version = "0.11.0", default-features = false } secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc", "rand"] }