Pipe the new `RecipientOnionFields` through send pipeline
[rust-lightning] / lightning-transaction-sync / Cargo.toml
index a03ea1fc610b1fcb0b3cc847f20d24d134d3983a..84bccabadb647ffa0a6815ef2965e179ef4c10df 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.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]