Skip to content

Commit 14da3cb

Browse files
committed
Bump electrum_client dependency to v0.22
.. which is the newest version and also aligns with recent BDK releases.
1 parent a91196b commit 14da3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-transaction-sync/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ lightning-macros = { version = "0.1", path = "../lightning-macros", default-feat
2828
bitcoin = { version = "0.32.2", default-features = false }
2929
futures = { version = "0.3", optional = true }
3030
esplora-client = { version = "0.11", default-features = false, optional = true }
31-
electrum-client = { version = "0.21.0", optional = true }
31+
electrum-client = { version = "0.22.0", optional = true }
3232

3333
[dev-dependencies]
3434
lightning = { version = "0.2.0", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
3535
tokio = { version = "1.35.0", features = ["macros"] }
3636

3737
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
38-
electrsd = { version = "0.28.0", default-features = false, features = ["legacy"] }
38+
electrsd = { version = "0.31.0", default-features = false, features = ["legacy"] }
3939

4040
[lints.rust.unexpected_cfgs]
4141
level = "forbid"

0 commit comments

Comments
 (0)