From 71fb1302eeccfc22330bfa1438044b01aa1d290c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 21:06:57 +0000 Subject: [PATCH] Update syn requirement from 1.0.0 to 2.0.6 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.6) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sv-parser-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv-parser-macros/Cargo.toml b/sv-parser-macros/Cargo.toml index 1a1625a..0420dea 100644 --- a/sv-parser-macros/Cargo.toml +++ b/sv-parser-macros/Cargo.toml @@ -19,4 +19,4 @@ doctest = false [dependencies] quote = "1.0.0" -syn = { version = "1.0.0", features = ["full", "fold", "parsing", "extra-traits"] } +syn = { version = "2.0.6", features = ["full", "fold", "parsing", "extra-traits"] }