Browse Source

deps: update invoice

thesimplekid 1 year ago
parent
commit
dafa0079e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crates/cashu/Cargo.toml

+ 1 - 1
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 }