From 1804699d372ade32825e444c9939626b94731596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Thu, 5 Mar 2026 23:23:14 +0000 Subject: [PATCH] fix(esplora): Bump `esplora-client` to `0.12.3` This is required for `.get_block_infos` to be available. --- crates/esplora/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index b47a351e7..54065c967 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -17,7 +17,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 } serde_json = { version = "1.0", features = ["alloc"] }