From 72a3f95c08384775d4fa4ec3016cead4f76f6bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:17:25 +0000 Subject: [PATCH] Update syn requirement from 2 to 3 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.0...3.0.2) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-config-tree-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-config-tree-macros/Cargo.toml b/rust-config-tree-macros/Cargo.toml index 297f1c6..bdf4f8b 100644 --- a/rust-config-tree-macros/Cargo.toml +++ b/rust-config-tree-macros/Cargo.toml @@ -14,4 +14,4 @@ proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" -syn = { version = "2", features = ["full"] } +syn = { version = "3", features = ["full"] }