Skip to content

Commit bdb3fb3

Browse files
Merge pull request #2150 from TonyGiorgio/esplora-0.4
lightning-transaction-sync: Bump esplora to 0.4
2 parents 825a9bc + c3fac44 commit bdb3fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-transaction-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lightning = { version = "0.0.114", path = "../lightning", default-features = fal
2525
bitcoin = { version = "0.29.0", default-features = false }
2626
bdk-macros = "0.6"
2727
futures = { version = "0.3", optional = true }
28-
esplora-client = { version = "0.3", default-features = false, optional = true }
28+
esplora-client = { version = "0.4", default-features = false, optional = true }
2929
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
3030

3131
[dev-dependencies]

0 commit comments

Comments
 (0)