lightning-transaction-sync: Bump esplora to 0.4

This commit is contained in:
Tony Giorgio 2023-04-04 12:28:15 -05:00
parent 09f5e50ed2
commit c3fac44303
No known key found for this signature in database
GPG key ID: EA705CE71D0235D8

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", 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]