Skip to content

Commit

Permalink
chore(deps): bump lightning-invoice from 0.30.0 to 0.31.0 (#290)
Browse files Browse the repository at this point in the history
Bumps [lightning-invoice](https://github.com/lightningdevkit/rust-lightning) from 0.30.0 to 0.31.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 42d27c2 commit 9575f5f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 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 integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand = { workspace = true }
axum = { workspace = true }
anyhow = { workspace = true, features = ["backtrace"] }
serde = { workspace = true, features = ["derive"] }
lightning-invoice = "0.30.0"
lightning-invoice = "0.31.0"
bitcoin = { version = "0.30.2", default-features = false }
secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] }
testcontainers = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tower-http = { workspace = true, features = ["cors", "fs", "set-header"] }
secp256k1 = { workspace = true, default-features = false, features = ["rand", "serde"] }
thiserror = { workspace = true }
moksha-core = { path = "../moksha-core", version = "0.2.1" }
lightning-invoice = "0.30.0"
lightning-invoice = "0.31.0"
reqwest = { workspace = true, features = ["json", "rustls-tls", "socks"] }
url = { workspace = true }
dotenvy = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
async-trait = { workspace = true }
lightning-invoice = "0.30.0"
lightning-invoice = "0.31.0"
url = { workspace = true }
dirs = { workspace = true }
bip32 = { workspace = true, features = ["secp256k1", "std"] }
Expand Down

0 comments on commit 9575f5f

Please sign in to comment.