From 418549c07d34fd97039e9d9c79fa0990c336842f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:25:23 +0000 Subject: [PATCH] Update syn requirement from 1.0.95 to 2.0.63 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.95...2.0.63) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- positional_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/positional_derive/Cargo.toml b/positional_derive/Cargo.toml index 8791f1e..5bd87b9 100644 --- a/positional_derive/Cargo.toml +++ b/positional_derive/Cargo.toml @@ -13,5 +13,5 @@ proc-macro = true proc-macro-error = "1.0.4" proc-macro2 = "1.0.39" quote = "1.0" -syn = {version = "1.0.95", features = ["extra-traits", "full"]} +syn = {version = "2.0.63", features = ["extra-traits", "full"]} trybuild = "1.0.61"