Skip to content

Commit

Permalink
build(deps): bump lightning-invoice from 0.31.0 to 0.32.0
Browse files Browse the repository at this point in the history
Bumps [lightning-invoice](https://github.com/lightningdevkit/rust-lightning) from 0.31.0 to 0.32.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 Nov 12, 2024
1 parent 365a172 commit f8af988
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 13 deletions.
132 changes: 120 additions & 12 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 lampo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lightning-persister = { version = "0.0.123" }
lightning-background-processor = { version = "0.0.123" }
lightning-net-tokio = { version = "0.0.123" }
lightning-rapid-gossip-sync = { version = "0.0.123" }
lightning-invoice = { version = "0.31" }
lightning-invoice = { version = "0.32" }
bitcoin = { version = "0.30.2", features = ["serde"] }
clightningrpc-conf = { git = "https://github.com/laanwj/cln4rust.git", branch = "master" }
crossbeam-channel = "0.5.8"
Expand Down

0 comments on commit f8af988

Please sign in to comment.