Skip to content

Commit

Permalink
Merge #1626: deps(esplora): bump esplora-client to 0.10.0
Browse files Browse the repository at this point in the history
c605294 deps(esplora): bump esplora-client to 0.10.0 (valued mammal)

Pull request description:

  Bumps rust-esplora-client to 0.10.0

  also fixes #1120

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
  * [x] I ran `cargo fmt` and `cargo clippy` before committing

ACKs for top commit:
  LagginTimes:
    ACK c605294
  oleonardolima:
    utACK c605294
  notmandatory:
    ACK c605294

Tree-SHA512: 212212b4f02f2c265b3b18645d8309b2c4846e652f988ff643cc9c7b936badabdc9f18bcb6ccda9322ee555e8883f748d988b473d240d010aa62b5a854ee80ef
  • Loading branch information
notmandatory committed Oct 1, 2024
2 parents b33a011 + c605294 commit d1f453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/esplora/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true

[dependencies]
bdk_core = { path = "../core", version = "0.2.0", default-features = false }
esplora-client = { version = "0.9.0", default-features = false }
esplora-client = { version = "0.10.0", default-features = false }
async-trait = { version = "0.1.66", optional = true }
futures = { version = "0.3.26", optional = true }
miniscript = { version = "12.0.0", optional = true, default-features = false }
Expand Down

0 comments on commit d1f453e

Please sign in to comment.