From 973cd9a28681efadb89ed941e28a472d8ec79e78 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 24 May 2023 11:30:17 -0500 Subject: [PATCH] Bump esplora-client to 0.5 to keep the MSRV to 1.57.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 283f86dc..270bd67e 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.4", default-features = false, optional = true } +esplora-client = { version = "0.5", 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 }