chore(deps): bump syn from 2.0.114 to 2.0.116#260
Conversation
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.114 to 2.0.116. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.114...2.0.116) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.116 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughThis PR performs a routine dependency maintenance update by bumping the Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Dev as Developer
participant Cargo as Cargo Build System
participant Registry as crates.io Registry
participant Deps as Project Dependencies
Note over Dev,Deps: Dependency Version Update: syn 2.0.114 → 2.0.116
Dev->>Cargo: cargo update (or cargo build)
activate Cargo
Cargo->>Registry: Check for syn updates
Registry-->>Cargo: syn 2.0.116 available
Cargo->>Cargo: Resolve dependency tree
Note over Cargo: Updates all transitive dependencies<br/>using syn crate
loop For each affected dependency
Cargo->>Deps: Update syn version reference
Note over Deps: bindgen, clap_derive, darling_core,<br/>pyo3-macros, thiserror-impl,<br/>wasm-bindgen-macro, etc.
end
Cargo->>Cargo: Write updated Cargo.lock
deactivate Cargo
Cargo-->>Dev: Dependencies updated successfully
Note over Dev,Deps: No code changes required<br/>Lock file updated only
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
Bumps syn from 2.0.114 to 2.0.116.
Release notes
Sourced from syn's releases.
Commits
a62e54aRelease 2.0.1165a8ed9fMerge pull request #1968 from dtolnay/receiver813afccOptimize parse_fn_arg_or_variadic for less lookahead on erroneous receiverc172150Add regression test for issue 17180071ab3Ignore type_complexity clippy lint3610c34Release 2.0.115f22e806Merge pull request #1966 from dtolnay/constrainta3faba7Enable GenericArgument::Constraint parsing in non-full mode9065157Pin CI miri to nightly-2026-02-11530e7e7Update toml from 0.9 to 1.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)EntelligenceAI PR Summary
Routine dependency maintenance update bumping the
syncrate to version 2.0.116.syncrate from 2.0.114 to 2.0.116 in Cargo.locksyn