mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump async-trait from 0.1.80 to 0.1.82 in /rust (#6544)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80 to 0.1.82. <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.82</h2> <ul> <li>Prevent elided_named_lifetimes lint being produced in generated code (<a href="https://redirect.github.com/dtolnay/async-trait/issues/276">#276</a>)</li> </ul> <h2>0.1.81</h2> <ul> <li>Turn off unneeded features of <code>syn</code> dependency (<a href="https://redirect.github.com/dtolnay/async-trait/issues/272">#272</a>, thanks <a href="https://github.com/klensy"><code>@klensy</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f8e5bb4318"><code>f8e5bb4</code></a> Release 0.1.82</li> <li><a href="8fbf118de3"><code>8fbf118</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/276">#276</a> from dtolnay/elidednamed</li> <li><a href="6fa246a054"><code>6fa246a</code></a> Ignore nightly's new elided_named_lifetimes lint in generated code</li> <li><a href="d542a0dd74"><code>d542a0d</code></a> Upload CI Cargo.lock for reproducing failures</li> <li><a href="8828c35a86"><code>8828c35</code></a> Sort dependency features in Cargo.toml</li> <li><a href="ba9793af3f"><code>ba9793a</code></a> Update ui test suite to nightly-2024-08-11</li> <li><a href="82c62cd075"><code>82c62cd</code></a> Update ui test suite to nightly-2024-07-25</li> <li><a href="370ee12dcc"><code>370ee12</code></a> Update ui test suite to nightly-2024-07-20</li> <li><a href="383f65f138"><code>383f65f</code></a> Release 0.1.81</li> <li><a href="4ec740e1dd"><code>4ec740e</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/273">#273</a> from dtolnay/cloneimpls</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.80...0.1.82">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@@ -362,9 +362,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.80"
|
||||
version = "0.1.82"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
||||
checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
Reference in New Issue
Block a user