Skip to content

Commit

Permalink
chore(deps): Bump async-trait from 0.1.68 to 0.1.71 (#17881)
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.68
to 0.1.71.
<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.71</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>0.1.70</h2>
<p>No release notes provided.</p>
<h2>0.1.69</h2>
<ul>
<li>Resolve new diverging_sub_expression clippy lint in generated
code</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/async-trait/commit/11dfe1629237b696d367cd3a1f483ac5db491140"><code>11dfe16</code></a>
Release 0.1.71</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/85172d3b7bf90775cf41226150aceeffd5fe8788"><code>85172d3</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/249">#249</a>
from erer1243/update-docs-lifetime</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/92acf8138a04cc7933560aead0804b0e487f1111"><code>92acf81</code></a>
Update doc comments to use lifetime 'async_trait instead of 'async</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/f8ce3fb3099250312bcbda0dee70314ae9bc4216"><code>f8ce3fb</code></a>
Release 0.1.70</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/46631ccd5c7d9bfd1192daad9837ce90debed666"><code>46631cc</code></a>
Eliminate syn 1 from minimal-versions</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/eb21940ebf32d6ecf49361c4d7e4edd1da08f037"><code>eb21940</code></a>
Add CI job using minimal-versions</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/78640d26d8e5f1bf75fb3d3b48b07e12bfcb7e5f"><code>78640d2</code></a>
Release 0.1.69</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/b59322e484826c11e1dcba7bf96fdbfed28d6b5b"><code>b59322e</code></a>
Suppress diverging_sub_expression clippy lint in generated code</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/fbd310e83e5f87a1a9bdd5f1fe551cf2dca7ef9c"><code>fbd310e</code></a>
Resolve explicit_iter_loop pedantic clippy lint</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/603c57a00f52ee63963d11be658681725f016fc5"><code>603c57a</code></a>
Remove .clippy.toml in favor of respecting rust-version from
Cargo.toml</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/async-trait/compare/0.1.68...0.1.71">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.68&new-version=0.1.71)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2023
1 parent 93f8144 commit 53b2854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ loki-logproto = { path = "lib/loki-logproto", optional = true }

# Tokio / Futures
async-stream = { version = "0.3.5", default-features = false }
async-trait = { version = "0.1.68", default-features = false }
async-trait = { version = "0.1.71", default-features = false }
futures = { version = "0.3.28", default-features = false, features = ["compat", "io-compat"], package = "futures" }
tokio = { version = "1.29.0", default-features = false, features = ["full"] }
tokio-openssl = { version = "0.6.3", default-features = false }
Expand Down

0 comments on commit 53b2854

Please sign in to comment.