Skip to content

chore(deps): bump syn from 3.0.4 to 3.0.5 - #287

Merged
arnavk23 merged 1 commit into
mainfrom
dependabot/cargo/syn-3.0.5
Sep 14, 2026
Merged

arnavk23 merged 1 commit into
mainfrom
dependabot/cargo/syn-3.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps syn from 3.0.4 to 3.0.5.

Release notes

Sourced from syn's releases.

3.0.5

Commits
  • e0ad92d Release 3.0.5
  • 74e7d75 Merge pull request #2080 from sunshowers/lit-str-span
  • 4c264f3 In LitStr::parse_with, report correct span for lex errors
  • 7e2b27b Update test suite to nightly-2026-08-26
  • See full diff 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 [syn](https://github.com/dtolnay/syn) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.4...3.0.5)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 3.0.5
  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 Sep 14, 2026
@entelligence-ai-pr-reviews

Copy link
Copy Markdown
Contributor

EntelligenceAI PR Summary

Updates the Rust dependency lockfile without changing application behavior.

  • Upgraded syn from 3.0.4 to 3.0.5
  • Updated the dependency checksum
  • Adjusted affected crate references in Cargo.lock

Review Scorecard

Dimension Rating Basis
Code Quality ●●●●● 5/5 — Excellent no critical/significant findings — rated Excellent
Blast Radius Low dependency reach not measurable here; no high-impact surface touched, 1 file(s) / ~10 line(s) changed (size only — not a blast signal)
Merge Confidence ●●●●● 5/5 — Safe to Merge code quality 5/5 × Low blast radius

Safe to merge — this is a clean, low-blast-radius dependency lockfile update. The changes are limited to Cargo.lock, consistently update syn from 3.0.4 to 3.0.5 with its checksum and affected crate references, and introduce no application logic, security, or robustness concerns.

Key Findings:

  • Cargo.lock keeps the syn version, checksum, and dependent crate references internally consistent.
  • The PR contains no source-code behavior changes or new error-handling, access-control, concurrency, or data-integrity risks.
Evaluated against
  • criteria: correctness, security & access control, robustness & error handling, concurrency & data integrity, repo conventions / steering docs
  • steering docs: none found in repo
Files requiring special attention
  • Cargo.lock

@entelligence-ai-pr-reviews

Copy link
Copy Markdown
Contributor

Walkthrough

Updates the locked Rust procedural macro parsing dependency from syn 3.0.4 to 3.0.5, including its checksum and affected dependency references. No application source code or runtime behavior changes are included.

Changes

Files

  • Cargo.lock

Updated the locked syn dependency from version 3.0.4 to 3.0.5, refreshed its checksum, and adjusted affected crate references to resolve to the new version.

@arnavk23
arnavk23 merged commit 9bb3caf into main Sep 14, 2026
17 checks passed
@arnavk23
arnavk23 deleted the dependabot/cargo/syn-3.0.5 branch September 14, 2026 08:30
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.

1 participant