From 12859f812eecf4d23b00282515c472d223f32681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:42:32 +0000 Subject: [PATCH] Update syn requirement from 2.0.45 to 3.0.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.45...3.0.3) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/Cargo.toml b/impl/Cargo.toml index cfd82220..c371d586 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -25,7 +25,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" -syn = "2.0.45" +syn = "3.0.3" convert_case = { version = "0.11", optional = true } unicode-ident = { version = "1.0", optional = true }