Skip to content

Commit

Permalink
chore(deps): bump lightning-invoice from 0.21.0 to 0.26.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 4b18a68 commit c9ba73c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 20 deletions.
21 changes: 4 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flutter/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion moksha-fedimint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit c9ba73c

Please sign in to comment.