@@ -38,18 +38,18 @@ uuid = { version = "1.1.2", features = ["v4"] }
3838esplora-client = { version = " 0.9" , default-features = false , features = [
3939 " async" ,
4040] }
41- lightning = { version = " 0.0.124 " , default-features = false , features = [
41+ lightning = { version = " 0.0.125 " , default-features = false , features = [
4242 " max_level_trace" ,
4343 " grind_signatures" ,
4444 " std" ,
4545] }
4646lightning-invoice = { version = " 0.32.0" , features = [" serde" ] }
47- lightning-rapid-gossip-sync = { version = " 0.0.124 " }
48- lightning-background-processor = { version = " 0.0.124 " , features = [" futures" ] }
49- lightning-transaction-sync = { version = " 0.0.124 " , default-features = false , features = [
47+ lightning-rapid-gossip-sync = { version = " 0.0.125 " }
48+ lightning-background-processor = { version = " 0.0.125 " , features = [" futures" ] }
49+ lightning-transaction-sync = { version = " 0.0.125 " , default-features = false , features = [
5050 " esplora-async-https" ,
5151] }
52- lightning-liquidity = " 0.1.0-alpha.5 "
52+ lightning-liquidity = " = 0.1.0-alpha.6 "
5353chrono = " 0.4.22"
5454futures-util = { version = " 0.3" , default-features = false }
5555reqwest = { version = " 0.11" , default-features = false , features = [
@@ -98,7 +98,7 @@ js-sys = "0.3.65"
9898[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
9999tokio = { version = " 1" , features = [" rt" , " macros" ] }
100100tokio-tungstenite = { version = " 0.19.0" , features = [" native-tls" ] }
101- lightning-net-tokio = " 0.0.124 "
101+ lightning-net-tokio = " 0.0.125 "
102102
103103[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
104104tokio = { version = " 1" , features = [" full" ] }
0 commit comments