From: 志宇 Date: Thu, 5 Mar 2026 23:23:14 +0000 (+0000) Subject: fix(esplora): Bump `esplora-client` to `0.12.3` X-Git-Tag: core-0.6.3~6^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=2ee48d7b5199d9a4ef8626b2ff87e124f8897604;p=bdk fix(esplora): Bump `esplora-client` to `0.12.3` This is required for `.get_block_infos` to be available. --- diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index e4c553f7..2fc2551a 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -16,7 +16,7 @@ workspace = true [dependencies] bdk_core = { path = "../core", version = "0.6.1", default-features = false } -esplora-client = { version = "0.12.1", default-features = false } +esplora-client = { version = "0.12.3", default-features = false } async-trait = { version = "0.1.66", optional = true } futures = { version = "0.3.26", optional = true }