From 35ccb280100beac87570f3b6ee76f42bc2c775a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:17:07 +0000 Subject: [PATCH] Bump syn from 1.0.109 to 2.0.86 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.86. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.86) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- wtx-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78ae4660..e3cc1336 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1823,7 +1823,7 @@ version = "0.3.0" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.86", "trybuild", "wtx", ] diff --git a/wtx-macros/Cargo.toml b/wtx-macros/Cargo.toml index 8619906d..a5954a64 100644 --- a/wtx-macros/Cargo.toml +++ b/wtx-macros/Cargo.toml @@ -1,7 +1,7 @@ [dependencies] proc-macro2 = { default-features = false, version = "1.0" } quote = { default-features = false, features = ["proc-macro"], version = "1.0" } -syn = { default-features = false, features = ["extra-traits", "full", "parsing", "printing", "proc-macro"], version = "1.0" } +syn = { default-features = false, features = ["extra-traits", "full", "parsing", "printing", "proc-macro"], version = "2.0" } [dev-dependencies] trybuild = { default-features = false, version = "1.0" }