mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1307
1307: build(deps): bump bdk from 0.27.0 to 0.27.1 r=delta1 a=dependabot[bot] Bumps [bdk](https://github.com/bitcoindevkit/bdk) from 0.27.0 to 0.27.1. <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.1</h2> <h3>Summary</h3> <p>Fixes <a href="https://rustsec.org/advisories/RUSTSEC-2022-0090">RUSTSEC-2022-0090</a>, this issue is only applicable if you are using the optional sqlite database feature.</p> <h3>Changelog</h3> <p>Changed</p> <ul> <li>Update optional sqlite dependency from 0.27.0 to 0.28.0. <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/867">#867</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1">https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1</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.1]</h2> <h3>Summary</h3> <p>Fixes <a href="https://rustsec.org/advisories/RUSTSEC-2022-0090">RUSTSEC-2022-0090</a>, this issue is only applicable if you are using the optional sqlite database feature.</p> <h3>Changed</h3> <ul> <li>Update optional sqlite dependency from 0.27.0 to 0.28.0. <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/867">#867</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7a8e6609b1
"><code>7a8e660</code></a> Bump version to 0.27.1</li> <li><a href="4ec6f3272e
"><code>4ec6f32</code></a> Update rusqlite from 0.27.0 to 0.28.0</li> <li>See full diff in <a href="https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1">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.27.0&new-version=0.27.1)](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:
commit
e166ca1160
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -226,9 +226,9 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
||||
|
||||
[[package]]
|
||||
name = "bdk"
|
||||
version = "0.27.0"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8761f371822c53afda671a6217aa89438646af05f05aef0ecd4c647b66ee1d3"
|
||||
checksum = "51c878ac60a45c41523ff790df555ccb1fbfd634a667220104dcae3e64d7ed9f"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bdk-macros",
|
||||
|
Loading…
Reference in New Issue
Block a user