From dafa0079e87231f4804ff42b763bc1cf08aa840d Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 15 Oct 2023 11:40:45 +0100 Subject: [PATCH] deps: update invoice --- crates/cashu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cashu/Cargo.toml b/crates/cashu/Cargo.toml index 7b49f088..e2974744 100644 --- a/crates/cashu/Cargo.toml +++ b/crates/cashu/Cargo.toml @@ -21,7 +21,7 @@ base64 = "0.21.0" bitcoin = { version = "0.30.0", features=["serde", "rand"] } hex = "0.4.3" k256 = { version = "0.13.1", features=["arithmetic", "serde", "schnorr"] } -lightning-invoice = { version = "0.24.0", features=["serde"] } +lightning-invoice = { version = "0.25.0", features=["serde"] } rand = "0.8.5" getrandom = { version = "0.2", features = ["js"] } serde = { workspace = true }