Skip to content

Commit

Permalink
chore(deps): bump lightning-invoice from 0.21.0 to 0.27.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.27.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 Jan 22, 2024
1 parent 3b4edaa commit ba47982
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
28 changes: 3 additions & 25 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 moksha-fedimint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.27.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
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
secp256k1 = { version = "0.28.1", features = ["rand", "serde"] }
thiserror = "1.0.50"
moksha-core = { path = "../moksha-core", version = "0.2.0-beta" }
lightning-invoice = "0.26.0"
lightning-invoice = "0.27.0"
reqwest = { version = "0.11.23", default-features = false, features = ["serde_json", "json", "rustls-tls", "socks"] }
url = "2.4.1"
dotenvy = "0.15.7"
Expand Down

0 comments on commit ba47982

Please sign in to comment.