11[package ]
22name = " lightning-invoice"
33description = " Data structures to parse and serialize BOLT11 lightning invoices"
4- version = " 0.28 .0"
4+ version = " 0.29 .0"
55authors = [
" Sebastian Geisler <[email protected] >" ]
66documentation = " https://docs.rs/lightning-invoice/"
77license = " MIT OR Apache-2.0"
@@ -21,14 +21,14 @@ std = ["bitcoin/std", "num-traits/std", "lightning/std", "bech32/std"]
2121
2222[dependencies ]
2323bech32 = { version = " 0.9.0" , default-features = false }
24- lightning = { version = " 0.0.120 " , path = " ../lightning" , default-features = false }
24+ lightning = { version = " 0.0.121 " , path = " ../lightning" , default-features = false }
2525secp256k1 = { version = " 0.27.0" , default-features = false , features = [" recovery" , " alloc" ] }
2626num-traits = { version = " 0.2.8" , default-features = false }
2727hashbrown = { version = " 0.8" , optional = true }
2828serde = { version = " 1.0.118" , optional = true }
2929bitcoin = { version = " 0.30.2" , default-features = false }
3030
3131[dev-dependencies ]
32- lightning = { version = " 0.0.120 " , path = " ../lightning" , default-features = false , features = [" _test_utils" ] }
32+ lightning = { version = " 0.0.121 " , path = " ../lightning" , default-features = false , features = [" _test_utils" ] }
3333hex = { package = " hex-conservative" , version = " 0.1.1" , default-features = false }
3434serde_json = { version = " 1" }
0 commit comments