From 8a3a3cd634277deb22d3b75202b82620bc6803ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 20:05:58 +0000 Subject: [PATCH] deps: Bump syn from 2.0.119 to 3.0.3 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.119 to 3.0.3. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.119...3.0.3) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dd3e9e..a648654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1707,7 +1707,7 @@ dependencies = [ "rayon", "serde", "serde_json", - "syn 2.0.119", + "syn 3.0.3", "tempfile", "thiserror 2.0.20", "toml", diff --git a/Cargo.toml b/Cargo.toml index c51cc8b..6643b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ globset = "0.4" # The Rust source parser behind every per-file item, function-length, and # complexity metric. `full` is required to see function bodies; `visit` gives # the AST walker the analyzers are written against. -syn = { version = "2", default-features = false, features = [ +syn = { version = "3", default-features = false, features = [ "full", "parsing", "visit",