From b6230b1c6dc3375ea435e0c03322b7a8abb40251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:43:56 +0000 Subject: [PATCH] build(deps): update syn requirement from 2.0.101 to 3.0.2 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.101...3.0.2) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- keymap_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymap_derive/Cargo.toml b/keymap_derive/Cargo.toml index 21e8d36..fb85244 100644 --- a/keymap_derive/Cargo.toml +++ b/keymap_derive/Cargo.toml @@ -15,7 +15,7 @@ proc-macro = true keymap_parser = { path = "../keymap_parser/", version = "1.0.0-rc.7" } proc-macro2 = "1.0.95" quote = "1.0.40" -syn = "2.0.101" +syn = "3.0.2" [dev-dependencies] # TODO: Find a proper way to fix dependency cycle in googleapis/release-please