Skip to content

Commit

Permalink
build(deps): bump async-trait from 0.1.80 to 0.1.81 (#199)
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80
to 0.1.81.
<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.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="https://github.com/dtolnay/async-trait/commit/383f65f138963391a41d25ed7e2857fa002c5742"><code>383f65f</code></a>
Release 0.1.81</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/4ec740e1dddab158a46f59271245984d1b92794d"><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><a
href="https://github.com/dtolnay/async-trait/commit/b6c606384471c26a06852c0586304965237c0b95"><code>b6c6063</code></a>
Ignore trivially_copy_pass_by_ref pedantic clippy lint</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/315fd9005c8294ecf2d9cce84d1d5a53da656b19"><code>315fd90</code></a>
Turn off syn/clone-impls feature</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/94a3165a30a225c2d78425e4c68fc5ec67929a98"><code>94a3165</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/272">#272</a>
from klensy/syn-f</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/2fac9405c8d3ecf8c08b0085ec338b72a643e43c"><code>2fac940</code></a>
syn: remove derive feature</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/4a00d732460d37e219755bfc6db132b42b8c4af1"><code>4a00d73</code></a>
Work around dead code warning in test</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/dba15b5a73f34a2fd96361a2fa8993ba412a43e1"><code>dba15b5</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/async-trait/issues/270">#270</a>
from dtolnay/objsafety</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/d28c95b2037901ff4c36b631054d463f675f991c"><code>d28c95b</code></a>
Former where_clauses_object_safety lint is now hard error</li>
<li><a
href="https://github.com/dtolnay/async-trait/commit/78a5922b4a9e81c72676dbeb9ea3bac50535864b"><code>78a5922</code></a>
Fill in ignore reasons in all #[ignore] attributes</li>
<li>Additional commits viewable in <a
href="https://github.com/dtolnay/async-trait/compare/0.1.80...0.1.81">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.80&new-version=0.1.81)](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 Aug 12, 2024
1 parent e2bbdac commit aa18af8
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 @@ -9,7 +9,7 @@ edition = "2021"
prost-build = "0.13"

[dependencies]
async-trait = "0.1.80"
async-trait = "0.1.81"
bs58 = "0.4.0"
bytes = "1.6.1"
cid = "0.10.1"
Expand Down

0 comments on commit aa18af8

Please sign in to comment.