@@ -19,7 +19,7 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
19
19
no-std = [" hashbrown" , " lightning/no-std" ]
20
20
21
21
[dependencies ]
22
- lightning = { version = " 0.0.124 " , default-features = false }
22
+ lightning = { version = " 0.0.125 " , default-features = false }
23
23
lightning-types = { version = " 0.1" , default-features = false }
24
24
lightning-invoice = { version = " 0.32.0" , default-features = false , features = [" serde" ] }
25
25
bitcoin = { version = " 0.32.2" , default-features = false , features = [" serde" ] }
@@ -30,9 +30,9 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
30
30
serde_json = " 1.0"
31
31
32
32
[dev-dependencies ]
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" ] }
33
+ lightning = { version = " 0.0.125 " , default-features = false , features = [" _test_utils" ] }
34
+ lightning-persister = { version = " 0.0.125 " , default-features = false }
35
+ lightning-background-processor = { version = " 0.0.125 " , 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