@@ -35,15 +35,15 @@ lightning = { version = "0.2.0", path = "../lightning", default-features = false
3535lightning-macros = { version = " 0.2" , path = " ../lightning-macros" , default-features = false }
3636bitcoin = { version = " 0.32.2" , default-features = false }
3737futures = { version = " 0.3" , optional = true }
38- esplora-client = { version = " 0.11 " , default-features = false , optional = true }
39- electrum-client = { version = " 0.22.0 " , optional = true , default-features = false , features = [" proxy" ] }
38+ esplora-client = { version = " 0.12 " , default-features = false , optional = true }
39+ electrum-client = { version = " 0.23.1 " , optional = true , default-features = false , features = [" proxy" ] }
4040
4141[dev-dependencies ]
4242lightning = { version = " 0.2.0" , path = " ../lightning" , default-features = false , features = [" std" , " _test_utils" ] }
4343tokio = { version = " 1.35.0" , features = [" macros" ] }
4444
4545[target .'cfg(not(target_os = "windows"))' .dev-dependencies ]
46- electrsd = { version = " 0.33 .0" , default-features = false , features = [" legacy" ] }
46+ electrsd = { version = " 0.34 .0" , default-features = false , features = [" legacy" ] }
4747corepc-node = { version = " 0.7.0" , default-features = false , features = [" 28_0" ] }
4848
4949[lints .rust .unexpected_cfgs ]
0 commit comments