11[package ]
22name = " lightning-invoice"
33description = " Data structures to parse and serialize BOLT11 lightning invoices"
4- version = " 0.16 .0"
4+ version = " 0.17 .0"
55authors = [
" Sebastian Geisler <[email protected] >" ]
66documentation = " https://docs.rs/lightning-invoice/"
77license = " MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ std = ["bitcoin_hashes/std", "num-traits/std", "lightning/std", "bech32/std"]
2020
2121[dependencies ]
2222bech32 = { version = " 0.8" , default-features = false }
23- lightning = { version = " 0.0.108 " , path = " ../lightning" , default-features = false }
23+ lightning = { version = " 0.0.109 " , path = " ../lightning" , default-features = false }
2424secp256k1 = { version = " 0.22" , default-features = false , features = [" recovery" , " alloc" ] }
2525num-traits = { version = " 0.2.8" , default-features = false }
2626bitcoin_hashes = { version = " 0.10" , default-features = false }
@@ -29,6 +29,6 @@ core2 = { version = "0.3.0", default-features = false, optional = true }
2929serde = { version = " 1.0.118" , optional = true }
3030
3131[dev-dependencies ]
32- lightning = { version = " 0.0.108 " , path = " ../lightning" , default-features = false , features = [" _test_utils" ] }
32+ lightning = { version = " 0.0.109 " , path = " ../lightning" , default-features = false , features = [" _test_utils" ] }
3333hex = " 0.4"
3434serde_json = { version = " 1" }
0 commit comments