Skip to content

Commit

Permalink
chore(deps): Bump async-trait from 0.1.77 to 0.1.78 (#1263)
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77
to 0.1.78.
<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.78</h2>
<ul>
<li>Prevent unused_qualifications lint being triggered in generated code
in nightly-2024-03-05 and up (<a
href="https://redirect.github.com/dtolnay/async-trait/issues/260">#260</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/async-trait/commit/c73061d1b2264c37b09e1a84242c4471d8a54e32"><code>c73061d</code></a>
Release 0.1.78</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/b6314bc6bda7303f0fee2648af4de18f8984ef53"><code>b6314bc</code></a>
Refactor inferred bound filtering</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/8d51928359458c03d13790e8036c25b88e8947d5"><code>8d51928</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/262">#262</a>
from dtolnay/asyncspan</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/c98a408176cae0294c5f5ba2a9e4c7375aa9cfcb"><code>c98a408</code></a>
Minimize use of async token's span in expanded code</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/2f5343cfda1cb7b373d692bfbeecfb755c5e5499"><code>2f5343c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/261">#261</a>
from dtolnay/inferredbound</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/1a01bb450ea356cb7730b8f9aa4988705115028b"><code>1a01bb4</code></a>
Skip needlessly generating inferred bounds during ?Send</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/e68d68c4c2fc45dc66cbe419a71736e16c71d8f1"><code>e68d68c</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/260">#260</a>
from dtolnay/qualifications</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/75879e856897b6249be445b6b0235426976e2c04"><code>75879e8</code></a>
Ignore intentional unused_qualifications in a regression test</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/4cf4ff679f8ec3de6840e8870800c34d124d78f0"><code>4cf4ff6</code></a>
Ignore unused_qualifications rustc lint in generated code</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/2002954964e7976bcc14c1d981397062ca84f4fd"><code>2002954</code></a>
Reproduce unused_qualifications lint in tests</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/async-trait/compare/0.1.77...0.1.78">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.77&new-version=0.1.78)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 23505da commit 8c13a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c13a20

Please sign in to comment.