Remove unnecessary restriction on esplora-client version

This commit is contained in:
Elias Rohrer 2023-03-27 13:33:01 +02:00
parent f75ad8021b
commit 7b85ebadb6
No known key found for this signature in database
GPG key ID: 36153082BDF676FD

View file

@ -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]