From c3fac443035729dcbe75b152f1e3847f840db57a Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Tue, 4 Apr 2023 12:28:15 -0500 Subject: [PATCH] lightning-transaction-sync: Bump esplora to 0.4 --- lightning-transaction-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-transaction-sync/Cargo.toml b/lightning-transaction-sync/Cargo.toml index 84bccabad..7b72a00e6 100644 --- a/lightning-transaction-sync/Cargo.toml +++ b/lightning-transaction-sync/Cargo.toml @@ -25,7 +25,7 @@ lightning = { version = "0.0.114", path = "../lightning", default-features = fal bitcoin = { version = "0.29.0", default-features = false } bdk-macros = "0.6" futures = { version = "0.3", optional = true } -esplora-client = { version = "0.3", default-features = false, optional = true } +esplora-client = { version = "0.4", default-features = false, optional = true } reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] } [dev-dependencies] -- 2.39.5