From 1e69d3de813e5f7ec40bcc18aa57bd197f47a68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:42:14 +0000 Subject: [PATCH] Update syn requirement from 1.0.109 to 2.0.59 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.109...2.0.59) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- thirtyfour-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirtyfour-macros/Cargo.toml b/thirtyfour-macros/Cargo.toml index 2e71031..bfa2ae2 100644 --- a/thirtyfour-macros/Cargo.toml +++ b/thirtyfour-macros/Cargo.toml @@ -22,4 +22,4 @@ proc-macro = true proc-macro-error = "1.0.4" proc-macro2 = "1.0.75" quote = "1.0.35" -syn = { version = "1.0.109", features = ["full", "parsing", "extra-traits"] } +syn = { version = "2.0.59", features = ["full", "parsing", "extra-traits"] }