From c60529436dcf82298ea923f782adefd059272cc9 Mon Sep 17 00:00:00 2001 From: valued mammal Date: Thu, 26 Sep 2024 11:38:39 -0400 Subject: [PATCH] deps(esplora): bump esplora-client to 0.10.0 --- 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 c13fbb17b..e95f0654a 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -16,7 +16,7 @@ workspace = true [dependencies] bdk_core = { path = "../core", version = "0.2.0", default-features = false } -esplora-client = { version = "0.9.0", default-features = false } +esplora-client = { version = "0.10.0", default-features = false } async-trait = { version = "0.1.66", optional = true } futures = { version = "0.3.26", optional = true } miniscript = { version = "12.0.0", optional = true, default-features = false }