mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1270
1270: build(deps): bump async-trait from 0.1.60 to 0.1.61 r=delta1 a=dependabot[bot] Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.60 to 0.1.61. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.61</h2> <ul> <li>Fix async function signatures that involve #[cfg(...)] attributes on parameters (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/227">#227</a>, thanks <a href="https://github.com/azriel91"><code>`@azriel91</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f0136520a1
"><code>f013652</code></a> Release 0.1.61</li> <li><a href="5f88265330
"><code>5f88265</code></a> Revert "Temporarily suppress where_clauses_object_safety due to regression"</li> <li><a href="15d7e008cb
"><code>15d7e00</code></a> Touch up PR 227</li> <li><a href="f0f9309e40
"><code>f0f9309</code></a> Move function argument cfg tests to issue-specific regression test</li> <li><a href="2866cb9a29
"><code>2866cb9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/227">#227</a> from azriel91/bugfix/226/forward-param-attributes</li> <li><a href="6cf682f3a2
"><code>6cf682f</code></a> Forward attributes on <code>impl</code> function parameters to variable declaration.</li> <li><a href="6050c94ca7
"><code>6050c94</code></a> Prevent actions duplication on noop merge commits</li> <li><a href="3d682aa540
"><code>3d682aa</code></a> Sync license text with rust-lang repos</li> <li><a href="922699ea5f
"><code>922699e</code></a> Temporarily suppress where_clauses_object_safety due to regression</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.60...0.1.61">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.60&new-version=0.1.61)](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
7d76ef6c6d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -120,9 +120,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.60"
|
version = "0.1.61"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
|
checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
Loading…
Reference in New Issue
Block a user