@@ -16,23 +16,23 @@ categories = ["cryptography::cryptocurrencies"]
16
16
[features ]
17
17
default = [" std" ]
18
18
std = [" lightning/std" , " bitcoin/std" , " lightning-invoice/std" ]
19
- no-std = [" hashbrown" , " lightning/no-std" , " lightning-invoice/no-std " , " bitcoin/no-std " , " core2/alloc " ]
19
+ no-std = [" hashbrown" , " lightning/no-std" ]
20
20
21
21
[dependencies ]
22
- lightning = { version = " 0.0.123" , default-features = false }
23
- lightning-invoice = { version = " 0.31.0" , default-features = false , features = [" serde" ] }
24
- bitcoin = { version = " 0.30.2" , default-features = false , features = [" serde" ] }
22
+ lightning = { version = " 0.0.124" , default-features = false }
23
+ lightning-types = { version = " 0.1" , default-features = false }
24
+ lightning-invoice = { version = " 0.32.0" , default-features = false , features = [" serde" ] }
25
+ bitcoin = { version = " 0.32.2" , default-features = false , features = [" serde" ] }
25
26
hashbrown = { version = " 0.8" , optional = true }
26
- core2 = { version = " 0.3.0" , optional = true , default-features = false }
27
27
28
28
chrono = { version = " 0.4" , default-features = false , features = [" serde" , " alloc" ] }
29
29
serde = { version = " 1.0" , default-features = false , features = [" derive" , " alloc" ] }
30
30
serde_json = " 1.0"
31
31
32
32
[dev-dependencies ]
33
- lightning = { version = " 0.0.123 " , default-features = false , features = [" _test_utils" ] }
34
- lightning-persister = { version = " 0.0.123 " , default-features = false }
35
- lightning-background-processor = { version = " 0.0.123 " , default-features = false , features = [" std" ] }
33
+ lightning = { version = " 0.0.124 " , default-features = false , features = [" _test_utils" ] }
34
+ lightning-persister = { version = " 0.0.124 " , default-features = false }
35
+ lightning-background-processor = { version = " 0.0.124 " , default-features = false , features = [" std" ] }
36
36
proptest = " 1.0.0"
37
37
tokio = { version = " 1.35" , default-features = false , features = [ " rt-multi-thread" , " time" , " sync" , " macros" ] }
38
38
0 commit comments