X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-transaction-sync%2FCargo.toml;h=23ead252a81ae5b1f8b58b90aed4c43a1a925674;hb=refs%2Fheads%2F2024-04-async-monitor-fuzz;hp=8bb4958f9fa22183276be848fecc1262812c32e4;hpb=8701b1bbe3a1e92cdb1e9dc56b6472574d6a9d93;p=rust-lightning diff --git a/lightning-transaction-sync/Cargo.toml b/lightning-transaction-sync/Cargo.toml index 8bb4958f..23ead252 100644 --- a/lightning-transaction-sync/Cargo.toml +++ b/lightning-transaction-sync/Cargo.toml @@ -24,18 +24,18 @@ async-interface = [] [dependencies] lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false, features = ["std"] } -bitcoin = { version = "0.30.2", default-features = false } +bitcoin = { version = "0.31.2", default-features = false } bdk-macros = "0.6" futures = { version = "0.3", optional = true } -esplora-client = { version = "0.6", default-features = false, optional = true } -electrum-client = { version = "0.18.0", optional = true } +esplora-client = { version = "0.7", default-features = false, optional = true } +electrum-client = { version = "0.19.0", optional = true } [dev-dependencies] lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false, features = ["std", "_test_utils"] } tokio = { version = "1.35.0", features = ["full"] } [target.'cfg(all(not(target_os = "windows"), not(no_download)))'.dev-dependencies] -electrsd = { version = "0.26.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] } +electrsd = { version = "0.27.3", default-features = false, features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] } [target.'cfg(all(not(target_os = "windows"), no_download))'.dev-dependencies] -electrsd = { version = "0.26.0", default-features = false, features = ["legacy"] } +electrsd = { version = "0.27.3", default-features = false, features = ["legacy"] }