From 70cc531e7873fc7419b996228c1257446668f40c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:46:54 +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.1) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.1 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 221add9c..b92d2355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,5 +58,5 @@ num_cpus = "1" uuid = "1" tempfile = "3" cc = "1" -syn = "2" +syn = "3" quote = "1"