Skip to content

Commit 26b1934

Browse files
authored
Merge pull request #3818 from tnull/2025-06-bump-electrum-client
2 parents 5c1ed1f + a9f7615 commit 26b1934

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning-transaction-sync/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ lightning = { version = "0.2.0", path = "../lightning", default-features = false
3535
lightning-macros = { version = "0.2", path = "../lightning-macros", default-features = false }
3636
bitcoin = { version = "0.32.2", default-features = false }
3737
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"] }
4040

4141
[dev-dependencies]
4242
lightning = { version = "0.2.0", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
4343
tokio = { 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"] }
4747
corepc-node = { version = "0.7.0", default-features = false, features = ["28_0"] }
4848

4949
[lints.rust.unexpected_cfgs]

0 commit comments

Comments
 (0)