Skip to content

Commit

Permalink
chore(deps): bump lightning-invoice from 0.21.0 to 0.24.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.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 83ed0dc commit 442f88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -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" }
Expand Down

0 comments on commit 442f88a

Please sign in to comment.