1
1
[package ]
2
2
name = " lightning-invoice"
3
3
description = " Data structures to parse and serialize BOLT11 lightning invoices"
4
- version = " 0.16 .0"
4
+ version = " 0.17 .0"
5
5
authors = [
" Sebastian Geisler <[email protected] >" ]
6
6
documentation = " https://docs.rs/lightning-invoice/"
7
7
license = " MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ std = ["bitcoin_hashes/std", "num-traits/std", "lightning/std", "bech32/std"]
20
20
21
21
[dependencies ]
22
22
bech32 = { 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 }
24
24
secp256k1 = { version = " 0.22" , default-features = false , features = [" recovery" , " alloc" ] }
25
25
num-traits = { version = " 0.2.8" , default-features = false }
26
26
bitcoin_hashes = { version = " 0.10" , default-features = false }
@@ -29,6 +29,6 @@ core2 = { version = "0.3.0", default-features = false, optional = true }
29
29
serde = { version = " 1.0.118" , optional = true }
30
30
31
31
[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" ] }
33
33
hex = " 0.4"
34
34
serde_json = { version = " 1" }
0 commit comments