Skip to content

Commit

Permalink
chore(deps): bump lightning-invoice from 0.21.0 to 0.29.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.29.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 Feb 22, 2024
1 parent 14d7d43 commit f0f19b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 68 deletions.
75 changes: 8 additions & 67 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-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tower-http = { version = "0.5.0", features = ["cors", "fs", "set-header"] }
secp256k1 = { version = "0.28.1", default-features = false, features = ["rand", "serde"] }
thiserror = "1.0.50"
moksha-core = { path = "../moksha-core", version = "0.2.1" }
lightning-invoice = "0.26.0"
lightning-invoice = "0.29.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 f0f19b7

Please sign in to comment.