Merge pull request #2150 from TonyGiorgio/esplora-0.4
[rust-lightning] / lightning-transaction-sync / Cargo.toml
index 84bccabadb647ffa0a6815ef2965e179ef4c10df..7b72a00e60d04dac52662db6bf8c9ef39bf0b966 100644 (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]