From a289ac127d509463641b1229d13130e8892232a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:29:55 +0000 Subject: [PATCH] chore(deps): update syn requirement from 2.0.116 to 3.0.3 in /tests/fuzz 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.116...3.0.3) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66ce0410157..0d39517ede3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ smol = "2.0.2" rustyline = { version = "18.0.0", default-features = false } dhat = "0.3.3" quote = "1.0.45" -syn = { version = "2.0.116", default-features = false } +syn = { version = "3.0.3", default-features = false } proc-macro2 = "1.0" synstructure = "0.13" measureme = "12.0.3"