Skip to content

build(deps): bump async-trait from 0.1.89 to 0.1.91 - #395

Merged
paolodamico merged 1 commit into
mainfrom
dependabot/cargo/async-trait-0.1.91
Aug 3, 2026
Merged

build(deps): bump async-trait from 0.1.89 to 0.1.91#395
paolodamico merged 1 commit into
mainfrom
dependabot/cargo/async-trait-0.1.91

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps async-trait from 0.1.89 to 0.1.91.

Release notes

Sourced from async-trait's releases.

0.1.91

  • Update to syn 3 (#299)
  • Fix mutability for by-reference receivers (#301)

0.1.90

(yanked)

Commits
  • d049ee0 Release 0.1.91
  • 7a0961f Merge pull request #301 from dtolnay/mutability
  • 740f86f Ignore mut_mut pedantic clippy lint in test
  • 4699cd3 Fix mutability for by-reference receivers
  • 6dd3573 Add regression test for issue 300
  • 2371797 Release 0.1.90
  • d03f075 Merge pull request #299 from dtolnay/syn3
  • 6cf42c1 Update to syn 3
  • b9daaba Ignore match_same_arms pedantic clippy lint
  • aa706d1 Update actions/upload-artifact@v6 -> v7
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Note

Low Risk
Lockfile-only proc-macro dependency bump with no direct code edits; typical Dependabot risk unless async trait expansion regressions appear in CI.

Overview
Dependency-only update: async-trait moves from 0.1.89 to 0.1.91 in Cargo.lock, with updated checksums and no changes to project source.

The bump switches async-trait’s proc-macro dependency from syn 2.0.114 to syn 3.0.3, which is added as a separate locked package while other crates can still use syn 2.x. Upstream notes for 0.1.91 include migration to syn 3 and a fix for mutability on by-reference async trait receivers.

Reviewed by Cursor Bugbot for commit de52d9b. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.89 to 0.1.91.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.89...0.1.91)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-version: 0.1.91
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from paolodamico as a code owner August 1, 2026 13:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 1, 2026
@paolodamico
paolodamico merged commit 1d02b7b into main Aug 3, 2026
22 checks passed
@paolodamico
paolodamico deleted the dependabot/cargo/async-trait-0.1.91 branch August 3, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants