mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
lightning-transaction-sync: Bump esplora to 0.4
This commit is contained in:
parent
09f5e50ed2
commit
c3fac44303
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue