From 4a7c677b587cb3a5ea1422a2158d35fd5756cd0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:42:29 +0000 Subject: [PATCH] Update syn requirement from 2.0.45 to 3.0.4 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.4) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.4 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..eee19d48 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.4" convert_case = { version = "0.11", optional = true } unicode-ident = { version = "1.0", optional = true }