mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 21:01:45 +03:00
chore(deps): Bump async-trait from 0.1.79 to 0.1.80 (#1306)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.79 to 0.1.80. <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.80</h2> <ul> <li>Fix unreachable code warning for async functions that return <code>!</code> (<a href="https://redirect.github.com/dtolnay/async-trait/issues/265">#265</a>, thanks <a href="https://github.com/de-vri-es"><code>@de-vri-es</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d528b5a816
"><code>d528b5a</code></a> Release 0.1.80</li> <li><a href="10b5c9951a
"><code>10b5c99</code></a> Drop support for compilers older than 1.47</li> <li><a href="83a542268d
"><code>83a5422</code></a> Drop support for compilers older than 1.45</li> <li><a href="22d017e941
"><code>22d017e</code></a> Build script no longer looks at $DOCS_RS</li> <li><a href="b64d041c65
"><code>b64d041</code></a> Move never_type test under issue266</li> <li><a href="b683da826e
"><code>b683da8</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/async-trait/issues/265">#265</a> from de-vri-es/fix-unreachable-code-warning</li> <li><a href="c8d958dfde
"><code>c8d958d</code></a> Fix unreachable code warning for functions that return <code>!</code></li> <li><a href="4f0b72eb84
"><code>4f0b72e</code></a> Explicitly install a Rust toolchain for cargo-outdated job</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.79...0.1.80">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.79&new-version=0.1.80)](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:
parent
b3455edee0
commit
e18628a830
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -413,9 +413,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.79"
|
||||
version = "0.1.80"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
|
||||
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
Loading…
Reference in New Issue
Block a user