chore(deps): bump syn from 2.0.119 to 3.0.1#1665
Merged
dependabot-pr-auto-approver[bot] merged 4 commits intoJul 21, 2026
Merged
Conversation
dependabot
Bot
requested review from
andreiltd,
danbugs,
dblnz,
devigned,
jprendes,
jsturtevant,
ludfjig,
simongdavies,
squillace and
syntactically
as code owners
July 20, 2026 03:08
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates Rust proc-macro crates to use syn v3 across the workspace.
Changes:
- Bumped
syndependency from v2 to v3 in macro/util crates. - Aligned
synversions across multiple internal crates.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/hyperlight_guest_macro/Cargo.toml | Updates syn dependency major version for guest macro crate. |
| src/hyperlight_component_util/Cargo.toml | Updates syn dependency major/version pin used by component utility crate. |
| src/hyperlight_component_macro/Cargo.toml | Updates syn dependency major/version pin used by component macro crate. |
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.119 to 3.0.1. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.119...3.0.1) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
dismissed
dependabot-pr-auto-approver[bot]’s stale review
via
July 20, 2026 17:04
892e687
dependabot
Bot
force-pushed
the
dependabot/cargo/syn-3.0.1
branch
from
July 20, 2026 17:04
51987cd to
892e687
Compare
Automatically updated by dependabot-update-guest-locks workflow. Triggered by: chore(deps): bump syn from 2.0.119 to 3.0.1 Signed-off-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com>
Update prettyplease to use syn 3 and ignore the new ForeignItemFn modifiers field. Copilot-Session: a3f12615-b5cf-41ac-a65a-d24cfdb27f97 Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Explicitly ignore the syn 3 ForeignItemFn modifiers field. Copilot-Session: a3f12615-b5cf-41ac-a65a-d24cfdb27f97 Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
jsturtevant
approved these changes
Jul 21, 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.
Bumps syn from 2.0.119 to 3.0.1.
Release notes
Sourced from syn's releases.
... (truncated)
Commits
123c148Release 3.0.1bc11dddMerge pull request #2067 from dtolnay/fastpeekec8053eOptimize keyword peeking and punctuation peeking9650d51Merge pull request #2066 from dtolnay/implrestriction5e47582Parse impl restrictions1e4eb5eMerge pull request #2065 from dtolnay/unsafebinder6655a6dParse unsafe binder types78f9cb8Merge pull request #2064 from dtolnay/constaliasf71ff77Parse trait aliases with [const] trait bounds94ec432Merge pull request #2063 from dtolnay/constimpl