Skip to content

Commit d1f453e

Browse files
committed
Merge #1626: deps(esplora): bump esplora-client to 0.10.0
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
2 parents b33a011 + c605294 commit d1f453e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/esplora/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workspace = true
1616

1717
[dependencies]
1818
bdk_core = { path = "../core", version = "0.2.0", default-features = false }
19-
esplora-client = { version = "0.9.0", default-features = false }
19+
esplora-client = { version = "0.10.0", default-features = false }
2020
async-trait = { version = "0.1.66", optional = true }
2121
futures = { version = "0.3.26", optional = true }
2222
miniscript = { version = "12.0.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)