From 86d3b4af7e82f8851091b3d5859ad5617806d798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:36:48 +0000 Subject: [PATCH] build(deps): update syn requirement from 1.0 to 2.0 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/1.0.0...2.0.28) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gtk4-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk4-macros/Cargo.toml b/gtk4-macros/Cargo.toml index f7d7cb92b013..f37bea0ebcbe 100644 --- a/gtk4-macros/Cargo.toml +++ b/gtk4-macros/Cargo.toml @@ -26,7 +26,7 @@ proc-macro-crate = "1.0" proc-macro-error = "1.0" proc-macro2 = "1.0" quote = "1.0" -syn = {version = "1.0", features = ["full"]} +syn = {version = "2.0", features = ["full"]} [dev-dependencies] futures-channel = "0.3"