From c9ba73c11d6f730b3c9ea977ace8bcfbf6e9c085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 06:22:43 +0000 Subject: [PATCH] chore(deps): bump lightning-invoice from 0.21.0 to 0.26.0 Bumps [lightning-invoice](https://github.com/lightningdevkit/rust-lightning) from 0.21.0 to 0.26.0. - [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/commits) --- updated-dependencies: - dependency-name: lightning-invoice dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++----------------- flutter/native/Cargo.toml | 2 +- integrationtests/Cargo.toml | 2 +- moksha-fedimint/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ad985c7..5e8dd908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,20 +2496,6 @@ dependencies = [ "serde", ] -[[package]] -name = "lightning-invoice" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1788c0158526ec27a502043c2911ea6ea58fdc656bdf8749484942c07b790d23" -dependencies = [ - "bech32", - "bitcoin", - "bitcoin_hashes 0.11.0", - "lightning 0.0.116", - "num-traits", - "secp256k1 0.24.3", -] - [[package]] name = "lightning-invoice" version = "0.26.0" @@ -2522,6 +2508,7 @@ dependencies = [ "lightning 0.0.118", "num-traits", "secp256k1 0.24.3", + "serde", ] [[package]] @@ -2729,7 +2716,7 @@ dependencies = [ "fedimint-wallet-client", "futures", "getrandom", - "lightning-invoice 0.21.0", + "lightning-invoice 0.26.0", "ring 0.16.20", "serde_json", "tokio", @@ -2745,7 +2732,7 @@ dependencies = [ "bitcoin_hashes 0.11.0", "hyper 0.14.28", "lightning 0.0.116", - "lightning-invoice 0.24.0", + "lightning-invoice 0.26.0", "moksha-core", "moksha-mint", "moksha-wallet", @@ -2841,7 +2828,7 @@ dependencies = [ "gloo-net 0.4.0", "gloo-timers 0.3.0", "lazy_static", - "lightning-invoice 0.24.0", + "lightning-invoice 0.26.0", "moksha-core", "moksha-fedimint", "moksha-wallet", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index a4d6ee1b..cb629e79 100644 --- a/flutter/native/Cargo.toml +++ b/flutter/native/Cargo.toml @@ -21,7 +21,7 @@ tracing = "0.1.40" anyhow = { version = "1.0.75", features = ["backtrace"] } thiserror = "1.0.50" flutter_rust_bridge = "1.82.4" -lightning-invoice = "0.24.0" +lightning-invoice = "0.26.0" async-trait = "0.1.74" url = "2.4.1" secp256k1 = { version = "0.28.0", features = ["rand", "serde"] } diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 554154f3..9e6f6dec 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -27,7 +27,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] } serde = { version = "1.0.193", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.108" -lightning-invoice = "0.24.0" +lightning-invoice = "0.26.0" lightning = "0.0.116" hyper = { version = "0.14", features = ["full"] } bitcoin_hashes = { version = "0.11.0", default-features = false } diff --git a/moksha-fedimint/Cargo.toml b/moksha-fedimint/Cargo.toml index 9ff21dee..e6c0216c 100644 --- a/moksha-fedimint/Cargo.toml +++ b/moksha-fedimint/Cargo.toml @@ -20,7 +20,7 @@ dotenvy = "0.15.7" base64 = "0.21.5" anyhow = { version = "1.0.75", features = ["backtrace"] } serde_json = "1.0.108" -lightning-invoice = { version = "0.21.0", features = ["serde"] } +lightning-invoice = { version = "0.26.0", features = ["serde"] } fedimint-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" } fedimint-core = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" } fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", tag = "v0.1.5" }