From 0ad65daf10632805f8ea27bfb15113af8abb1952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:58:27 +0000 Subject: [PATCH] chore(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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 0a77b9d..cb95d2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ "predicates", "regex", "serde", - "syn 2.0.119", + "syn 3.0.3", "tempfile", "thiserror 1.0.69", "walkdir",