diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index fa799d811..7086b5b82 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 }