@@ -35,15 +35,15 @@ lightning = { version = "0.2.0", path = "../lightning", default-features = false
35
35
lightning-macros = { version = " 0.2" , path = " ../lightning-macros" , default-features = false }
36
36
bitcoin = { version = " 0.32.2" , default-features = false }
37
37
futures = { 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" ] }
40
40
41
41
[dev-dependencies ]
42
42
lightning = { version = " 0.2.0" , path = " ../lightning" , default-features = false , features = [" std" , " _test_utils" ] }
43
43
tokio = { version = " 1.35.0" , features = [" macros" ] }
44
44
45
45
[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" ] }
47
47
corepc-node = { version = " 0.7.0" , default-features = false , features = [" 28_0" ] }
48
48
49
49
[lints .rust .unexpected_cfgs ]
0 commit comments