Skip to content

ci(rust): bump async-trait from 0.1.89 to 0.1.91#72

Merged
JackYPCOnline merged 2 commits into
mainfrom
dependabot/cargo/async-trait-0.1.91
Jul 21, 2026
Merged

ci(rust): bump async-trait from 0.1.89 to 0.1.91#72
JackYPCOnline merged 2 commits into
mainfrom
dependabot/cargo/async-trait-0.1.91

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 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.90

  • Update to syn 3
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)

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 added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 20, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 20, 2026 12:56
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 20, 2026
@dependabot
dependabot Bot requested a review from JackYPCOnline July 20, 2026 12:56
@JackYPCOnline

Copy link
Copy Markdown
Contributor

@strandly-the-agent safe to merge?

@strandly-the-agent strandly-the-agent left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TL;DR: ✅ Safe to merge at 3dd9826097444ef4bfc02917ba346a23cf9dc534; no actionable findings.

  • ✅ Exact head: 1,749 workspace/all-target tests passed; docs passed with warnings denied.
  • ✅ Current-main merge (825b382): conflict-free; 1,749 tests and docs passed again.
  • ✅ Cargo 1.85 regenerated the lock byte-for-byte; selected crates are non-yanked, checksums/provenance match, and their Rust 1.71 MSRV is compatible.
  • ✅ Exact-head GitHub matrix and CI Gate are green across Rust, Python, Node, and security.
Per-pass evidence and residual caveats

Correctness/safety — approve, no findings. Only Cargo.lock changes. async-trait 0.1.91 alone selects syn 3.0.2; the existing async-trait = "0.1" requirement remains compatible. Focused Cargo 1.85 receiver/object-safety probes passed.

Adversarial — no blocker. An independent pass reproduced both the PR lock and synthetic current-main merge lock byte-for-byte, verified fresh crate hashes/upstream provenance, passed 143 focused locked tests on each tree, and compiled the changed dependency pattern for native and wasm32-wasip2. The advanced-tier runner was unavailable, so this pass completed on the default tier.

Residual caveats. Full local suites ran on Linux/aarch64; GitHub supplies macOS/Windows and binding coverage. A full repository WASM build was unavailable without wasi-sdk/Clang, but the focused changed-dependency WASM probe passed.

API/DevX, test-quality, LLM-context, and docs passes were skipped because this PR changes no source, public API, tests, model-facing content, or documentation.

@JackYPCOnline
JackYPCOnline enabled auto-merge (squash) July 21, 2026 19:45
@JackYPCOnline
JackYPCOnline merged commit 297ddcf into main Jul 21, 2026
37 checks passed
@JackYPCOnline
JackYPCOnline deleted the dependabot/cargo/async-trait-0.1.91 branch July 21, 2026 19:48
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