We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbf84b commit 06253ccCopy full SHA for 06253cc
lightning-invoice/Cargo.toml
@@ -25,7 +25,7 @@ lightning = { version = "0.0.113", path = "../lightning", default-features = fal
25
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"] }
26
num-traits = { version = "0.2.8", default-features = false }
27
bitcoin_hashes = { version = "0.11", default-features = false }
28
-hashbrown = { version = "0.8", optional = true }
+hashbrown = { version = "0.13", optional = true }
29
serde = { version = "1.0.118", optional = true }
30
31
[dev-dependencies]
0 commit comments