From 442f88a6b7ed2af84e8141a5f198d74fe7377a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:52:24 +0000 Subject: [PATCH] chore(deps): bump lightning-invoice from 0.21.0 to 0.24.0 Bumps [lightning-invoice](https://github.com/lightningdevkit/rust-lightning) from 0.21.0 to 0.24.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 | 3 ++- moksha-fedimint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c3bfa2c..e27ae9d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2209,6 +2209,7 @@ dependencies = [ "lightning 0.0.116", "num-traits", "secp256k1 0.24.3", + "serde", ] [[package]] @@ -2402,7 +2403,7 @@ dependencies = [ "fedimint-wallet-client", "futures", "getrandom", - "lightning-invoice 0.21.0", + "lightning-invoice 0.24.0", "ring", "serde_json", "tokio", diff --git a/moksha-fedimint/Cargo.toml b/moksha-fedimint/Cargo.toml index 059b6768..d88cd9fa 100644 --- a/moksha-fedimint/Cargo.toml +++ b/moksha-fedimint/Cargo.toml @@ -14,7 +14,7 @@ dotenvy = "0.15.7" base64 = "0.20.0" anyhow = { version = "1.0.75", features = ["backtrace"] } serde_json = "1.0.105" -lightning-invoice = { version = "0.21.0", features = ["serde"] } +lightning-invoice = { version = "0.24.0", features = ["serde"] } fedimint-client = { git = "https://github.com/fedimint/fedimint", rev = "6d833d0a85db07245c627d9bbab0757e41043eb2" } fedimint-core = { git = "https://github.com/fedimint/fedimint", rev = "6d833d0a85db07245c627d9bbab0757e41043eb2" } fedimint-mint-client = { git = "https://github.com/fedimint/fedimint", rev = "6d833d0a85db07245c627d9bbab0757e41043eb2" }