From 53a6d22e362fdd30fb055c7330c3af77e8dd28ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:35:42 +0000 Subject: [PATCH] chore(deps): update syn requirement from 2.0.100 to 3.0.2 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.100...3.0.2) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 661ea88c3..5bd9aa2bc 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -16,7 +16,7 @@ edition = "2024" proc-macro = true [dependencies] -syn = { version = "2.0.100", features = ["full", "extra-traits", "printing"] } +syn = { version = "3.0.2", features = ["full", "extra-traits", "printing"] } darling = "0.23" quote = "1.0.9" proc-macro2 = "1.0.26"