From: Steve Myers Date: Mon, 13 Mar 2023 16:36:09 +0000 (-0500) Subject: Update esplora-client dependency to version 0.4 X-Git-Tag: v0.27.2~1^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=bb2b2d6dd8949a84675554c05b9880199c460fcf;p=bdk Update esplora-client dependency to version 0.4 --- diff --git a/Cargo.toml b/Cargo.toml index 3c41d715..e2852d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand = "^0.8" # Optional dependencies sled = { version = "0.34", optional = true } electrum-client = { version = "0.12", optional = true } -esplora-client = { version = "0.3", default-features = false, optional = true } +esplora-client = { version = "0.4", default-features = false, optional = true } rusqlite = { version = "0.28.0", optional = true } ahash = { version = "0.7.6", optional = true } futures = { version = "0.3", optional = true }