]> Untitled Git - bdk/commitdiff
fix(esplora): Bump `esplora-client` to `0.12.3`
author志宇 <hello@evanlinjin.me>
Thu, 5 Mar 2026 23:23:14 +0000 (23:23 +0000)
committer志宇 <hello@evanlinjin.me>
Wed, 11 Mar 2026 10:58:11 +0000 (10:58 +0000)
This is required for `.get_block_infos` to be available.

crates/esplora/Cargo.toml

index e4c553f77c0060b6cbc513d83061111ca8873030..2fc2551a4fbe50166aaf38124932a2ddfdf494b0 100644 (file)
@@ -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 }