chore(deps): refresh async runtime patches - #512
Merged
Pal Lakatos-Toth (pallakatos) merged 2 commits intoAug 26, 2026
Conversation
Consolidate green tokio, hyper, and async-trait updates against current main. The only added transitive package is build-time syn 3 required by async-trait 0.1.92. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ee78c86b-0001-4d24-b829-7c75b59c9316
Pal Lakatos-Toth (pallakatos)
requested review from
Johnson Shi (johnsonshi) and
Lachlan Evenson (lachie83)
as code owners
August 26, 2026 15:38
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ee78c86b-0001-4d24-b829-7c75b59c9316
Collaborator
Author
|
Temporarily closing and reopening to retrigger repository pull_request workflows after GitHub queued/startup-failed the original events. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Pal Lakatos-Toth (pallakatos)
deleted the
maintenance/dependency-refresh-round-3
branch
August 26, 2026 19:26
This was referenced Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates three individually-green Dependabot updates against current main:
The combined lockfile changes only those versions plus build-time
syn3.0.4 required by async-trait 0.1.92. No runtime transitive versions change.Evidence
Supersedes #506, #508, and #509 after merge.