From 1d94e2c2b5559f95f4c6ac817467cf34bcc543a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 01:35:46 +0000 Subject: [PATCH] chore(deps): update syn requirement from 1 to 2 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.38) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bottlerocket-template-helper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottlerocket-template-helper/Cargo.toml b/bottlerocket-template-helper/Cargo.toml index c4f466d8..dc3be699 100644 --- a/bottlerocket-template-helper/Cargo.toml +++ b/bottlerocket-template-helper/Cargo.toml @@ -17,7 +17,7 @@ darling = "0.20" proc-macro2 = "1" quote = "1" serde_json = "1" -syn = { version = "1", default-features = false, features = ["full", "parsing", "printing", "proc-macro", "visit-mut"] } +syn = { version = "2", default-features = false, features = ["full", "parsing", "printing", "proc-macro", "visit-mut"] } [dev-dependencies]