@@ -19,7 +19,7 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
1919no-std = [" hashbrown" , " lightning/no-std" ]
2020
2121[dependencies ]
22- lightning = { version = " 0.0.124 " , default-features = false }
22+ lightning = { version = " 0.0.125 " , default-features = false }
2323lightning-types = { version = " 0.1" , default-features = false }
2424lightning-invoice = { version = " 0.32.0" , default-features = false , features = [" serde" ] }
2525bitcoin = { version = " 0.32.2" , default-features = false , features = [" serde" ] }
@@ -30,9 +30,9 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
3030serde_json = " 1.0"
3131
3232[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" ] }
3636proptest = " 1.0.0"
3737tokio = { version = " 1.35" , default-features = false , features = [ " rt-multi-thread" , " time" , " sync" , " macros" ] }
3838
0 commit comments