1304: build(deps): bump bdk from 0.26.0 to 0.27.0 r=delta1 a=dependabot[bot]

Bumps [bdk](https://github.com/bitcoindevkit/bdk) from 0.26.0 to 0.27.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bitcoindevkit/bdk/releases">bdk's releases</a>.</em></p>
<blockquote>
<h2>Release 0.27.0</h2>
<h3>Summary</h3>
<p>A maintenance release with a bump in project MSRV to 1.57.0, updated dependence and a few developer oriented improvements. Improvements include  better error formatting, don't default to async/await for wasm32 and adding derived PartialEq and Eq on SyncTime.</p>
<h3>Changelog</h3>
<p>Changed</p>
<ul>
<li>Improve display error formatting <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/814">#814</a></li>
<li>Don't default to use async/await on wasm32 <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/831">#831</a></li>
<li>Project MSRV changed from 1.56.1 to 1.57.0 <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/842">#842</a></li>
<li>Update rust-miniscript dependency to latest bug fix release 9.0 <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/844">#844</a></li>
</ul>
<p>Added</p>
<ul>
<li>Derive PartialEq, Eq on SyncTime <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/837">#837</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Update esplora-client by <a href="https://github.com/rajarshimaitra"><code>`@​rajarshimaitra</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/830">bitcoindevkit/bdk#830</a></li>
<li>Bump CI Rust stable version to 1.65.0  by <a href="https://github.com/yukibtc"><code>`@​yukibtc</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/815">bitcoindevkit/bdk#815</a></li>
<li>Bump project MSRV to 1.57.0 by <a href="https://github.com/notmandatory"><code>`@​notmandatory</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/842">bitcoindevkit/bdk#842</a></li>
<li>Improve display error formatting by <a href="https://github.com/yukibtc"><code>`@​yukibtc</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/814">bitcoindevkit/bdk#814</a></li>
<li>Don't default to use <code>async</code>/<code>await</code> on <code>wasm32</code> by <a href="https://github.com/tnull"><code>`@​tnull</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/831">bitcoindevkit/bdk#831</a></li>
<li>Derive <code>PartialEq</code>, <code>Eq</code> on <code>SyncTime</code> by <a href="https://github.com/MaxFangX"><code>`@​MaxFangX</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/837">bitcoindevkit/bdk#837</a></li>
<li>Document return type of <code>sign</code> method. by <a href="https://github.com/Tibo-lg"><code>`@​Tibo-lg</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/834">bitcoindevkit/bdk#834</a></li>
<li>Update CHANGELOG and release process by <a href="https://github.com/notmandatory"><code>`@​notmandatory</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/846">bitcoindevkit/bdk#846</a></li>
<li>Add small clarification to docs by <a href="https://github.com/thunderbiscuit"><code>`@​thunderbiscuit</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/838">bitcoindevkit/bdk#838</a></li>
<li>Update rust-miniscript to 9.0 by <a href="https://github.com/notmandatory"><code>`@​notmandatory</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/844">bitcoindevkit/bdk#844</a></li>
<li>Update electrsd to version 0.22 by <a href="https://github.com/notmandatory"><code>`@​notmandatory</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/847">bitcoindevkit/bdk#847</a></li>
<li>Bump version to 0.27.0 by <a href="https://github.com/notmandatory"><code>`@​notmandatory</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/852">bitcoindevkit/bdk#852</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/MaxFangX"><code>`@​MaxFangX</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/837">bitcoindevkit/bdk#837</a></li>
<li><a href="https://github.com/Tibo-lg"><code>`@​Tibo-lg</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/834">bitcoindevkit/bdk#834</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitcoindevkit/bdk/compare/v0.26.0...v0.27.0">https://github.com/bitcoindevkit/bdk/compare/v0.26.0...v0.27.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/bitcoindevkit/bdk/blob/master/CHANGELOG.md">bdk's changelog</a>.</em></p>
<blockquote>
<h2>[v0.27.0]</h2>
<h3>Summary</h3>
<p>A maintenance release with a bump in project MSRV to 1.57.0, updated dependence and a few developer oriented improvements. Improvements include  better error formatting, don't default to async/await for wasm32 and adding derived PartialEq and Eq on SyncTime.</p>
<h3>Changed</h3>
<ul>
<li>Improve display error formatting <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/814">#814</a></li>
<li>Don't default to use async/await on wasm32 <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/831">#831</a></li>
<li>Project MSRV changed from 1.56.1 to 1.57.0 <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/842">#842</a></li>
<li>Update rust-miniscript dependency to latest bug fix release 9.0 <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/844">#844</a></li>
</ul>
<h3>Added</h3>
<ul>
<li>Derive PartialEq, Eq on SyncTime <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/837">#837</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="553df318ff"><code>553df31</code></a> Bump version to 0.27.0</li>
<li><a href="9e2e6411f2"><code>9e2e641</code></a> Fix ci Dockerfile.ledger</li>
<li><a href="5d48e37926"><code>5d48e37</code></a> Bump version to 0.27.0-rc.1</li>
<li><a href="c2a42493fd"><code>c2a4249</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/852">bitcoindevkit/bdk#852</a>: Bump version to 0.27.0</li>
<li><a href="0c2570ae07"><code>0c2570a</code></a> Pin dev-dependency zip to 0.6.3</li>
<li><a href="e83bb7c4dc"><code>e83bb7c</code></a> Bump version to 0.27.0</li>
<li><a href="46273fe72f"><code>46273fe</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/847">bitcoindevkit/bdk#847</a>: Update electrsd to version 0.22</li>
<li><a href="0b26fa75dc"><code>0b26fa7</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/844">bitcoindevkit/bdk#844</a>: Update rust-miniscript to 9.0</li>
<li><a href="35bbe2beef"><code>35bbe2b</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/838">bitcoindevkit/bdk#838</a>: Add small clarification to docs</li>
<li><a href="9e7bad8afa"><code>9e7bad8</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/846">bitcoindevkit/bdk#846</a>: Update CHANGELOG and release process</li>
<li>Additional commits viewable in <a href="https://github.com/bitcoindevkit/bdk/compare/v0.26.0...v0.27.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bdk&package-manager=cargo&previous-version=0.26.0&new-version=0.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-02-14 07:35:05 +00:00 committed by GitHub
commit dd78ead675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -226,9 +226,9 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "bdk"
version = "0.26.0"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b238a07736baee43ba9663933e44b1c6c27b43ef871b9486e175902335d83880"
checksum = "f8761f371822c53afda671a6217aa89438646af05f05aef0ecd4c647b66ee1d3"
dependencies = [
"async-trait",
"bdk-macros",
@ -2250,9 +2250,9 @@ checksum = "0c835948974f68e0bd58636fc6c5b1fbff7b297e3046f11b3b3c18bbac012c6d"
[[package]]
name = "miniscript"
version = "8.0.0"
version = "9.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4975078076f0b7b914a3044ad7432d2a7fcec38edb855afdc672e24ca35b69"
checksum = "123a10aae81d0712ecc09b780f6f0ae0b0f506a5c4c912974725760d59ba073e"
dependencies = [
"bitcoin",
"serde",

View File

@ -15,7 +15,7 @@ async-trait = "0.1"
atty = "0.2"
backoff = { version = "0.4", features = [ "tokio" ] }
base64 = "0.21"
bdk = "0.26"
bdk = "0.27"
big-bytes = "1"
bitcoin = { version = "0.29", features = [ "rand", "serde" ] }
bmrng = "0.5"