Skip to content

Commit

Permalink
chore: update lightning-invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Nov 27, 2023
1 parent 2ce1a4a commit 03f8e42
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
27 changes: 25 additions & 2 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 @@ -37,7 +37,7 @@ secp256k1 = { version = "0.28.0", features = ["rand", "serde"] }
thiserror = "1.0.50"
moksha-core = { path = "../moksha-core", version = "0.1.2" }
rocksdb = "0.21.0"
lightning-invoice = "0.24.0"
lightning-invoice = "0.26.0"
reqwest = { version = "0.11.22", default-features = false, features = ["serde_json", "json", "rustls-tls", "socks"] }
url = "2.4.1"
dotenvy = "0.15.7"
Expand Down
2 changes: 1 addition & 1 deletion moksha-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = "1.0.193"
rand = "0.8.5"
thiserror = "1.0.50"
async-trait = "0.1.74"
lightning-invoice = "0.24.0"
lightning-invoice = "0.26.0"
url = "2.4.1"
dirs = "5.0.1"

Expand Down

0 comments on commit 03f8e42

Please sign in to comment.