Bump esplora-client to 0.5 to keep the MSRV to 1.57.0

This commit is contained in:
Steve Myers 2023-05-24 11:30:17 -05:00
parent 78529b6a42
commit 973cd9a286
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -23,7 +23,7 @@ rand = "^0.8"
# Optional dependencies # Optional dependencies
sled = { version = "0.34", optional = true } sled = { version = "0.34", optional = true }
electrum-client = { version = "0.12", 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 } rusqlite = { version = "0.28.0", optional = true }
ahash = { version = "0.7.6", optional = true } ahash = { version = "0.7.6", optional = true }
futures = { version = "0.3", optional = true } futures = { version = "0.3", optional = true }