From 1c8bcbdb8e0be8e7dd0c8fe87a254ef93099843e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 22:53:47 +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.3) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index ae7ecdc..c2bf370 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -22,7 +22,7 @@ ident_case = "1" fnv = "1" indexmap = "2" convert_case = "0.11" -syn = { version = "2", features = ["full", "fold", "extra-traits", "visit"] } +syn = { version = "3", features = ["full", "fold", "extra-traits", "visit"] } phf_shared = { version = "0.13", optional = true } phf_generator = { version = "0.13", optional = true }