From 074a4f4225cb31ac7eef43fa728da1c6b0449eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:58:24 +0000 Subject: [PATCH] Update syn requirement from 1.0.60 to 2.0.10 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.60...2.0.10) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packtool-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packtool-macro/Cargo.toml b/packtool-macro/Cargo.toml index 733f6bb..fc181fc 100644 --- a/packtool-macro/Cargo.toml +++ b/packtool-macro/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" -syn = "1.0.60" +syn = "2.0.10" # be kind with crates.io and only compile the doc once # there's no difference based on the architecture anyway