Skip to content

Commit

Permalink
Update esplora-client dependency to version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Mar 15, 2023
1 parent 87c558c commit bb2b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand = "^0.8"
# Optional dependencies
sled = { version = "0.34", optional = true }
electrum-client = { version = "0.12", optional = true }
esplora-client = { version = "0.3", default-features = false, optional = true }
esplora-client = { version = "0.4", default-features = false, optional = true }
rusqlite = { version = "0.28.0", optional = true }
ahash = { version = "0.7.6", optional = true }
futures = { version = "0.3", optional = true }
Expand Down

0 comments on commit bb2b2d6

Please sign in to comment.