From: Elias Rohrer Date: Mon, 27 Mar 2023 11:33:01 +0000 (+0200) Subject: Remove unnecessary restriction on `esplora-client` version X-Git-Tag: v0.0.115~50^2 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=7b85ebadb64058127350b83fb4b76dcb409ea518;p=rust-lightning Remove unnecessary restriction on `esplora-client` version --- diff --git a/lightning-transaction-sync/Cargo.toml b/lightning-transaction-sync/Cargo.toml index a03ea1fc6..84bccabad 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.0", default-features = false, optional = true } +esplora-client = { version = "0.3", default-features = false, optional = true } reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] } [dev-dependencies]