From: Vihiga Tyonum Date: Sun, 28 Jun 2026 19:40:46 +0000 (+0100) Subject: chore: update bdk_electrum and bdk_esplora X-Git-Url: http://internal-gitweb-vhost/blockdata/script/encode/-script/display/struct.CommandString.html?a=commitdiff_plain;h=eea5ba9a44cf82a10eca47f77a66c2e0822e1d3f;p=bdk-cli chore: update bdk_electrum and bdk_esplora - update bdk_electrum to v0.24.0 - update bdk_esplora to v0.22.2 --- diff --git a/Cargo.lock b/Cargo.lock index 7bf049a..6134d11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,9 +278,9 @@ dependencies = [ [[package]] name = "bdk_electrum" -version = "0.23.2" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b59a3f7fbe678874fa34354097644a171276e02a49934c13b3d61c54610ddf39" +checksum = "00a9846105bf6e751adbb6946b000ff919ce24a15a941cbfe68485549b552a9c" dependencies = [ "bdk_core", "electrum-client", @@ -972,9 +972,9 @@ checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "electrum-client" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5059f13888a90486e7268bbce59b175f5f76b1c55e5b9c568ceaa42d2b8507c" +checksum = "1970c5d7bd9de6d4041cbfc3e46faa3e85fe7efcea2b0eb06750d3ae1ef577b7" dependencies = [ "bitcoin", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 07a4336..e5e54bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,8 @@ tap = "1.0.1" # Optional dependencies bdk_bitcoind_rpc = { version = "0.22.0", features = ["std"], optional = true } -bdk_electrum = { version = "0.23.2", optional = true } -bdk_esplora = { version = "0.22.1", features = ["async-https", "tokio"], optional = true } +bdk_electrum = { version = "0.24.0", optional = true } +bdk_esplora = { version = "0.22.2", features = ["async-https", "tokio"], optional = true } bdk_kyoto = { version = "0.15.4", optional = true } bdk_redb = { version = "0.1.1", optional = true } bdk_sp = { version = "0.1.0", optional = true, git = "https://github.com/bitcoindevkit/bdk-sp", tag = "v0.1.0" }