From eb9c64f4ef013832c464a3eaa319ada3d5d398c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 09:16:03 +0000 Subject: [PATCH] Update syn requirement from 1.0.109 to 2.0.64 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.64) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tagged-base64-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagged-base64-macros/Cargo.toml b/tagged-base64-macros/Cargo.toml index 82aa887..a9b64f5 100644 --- a/tagged-base64-macros/Cargo.toml +++ b/tagged-base64-macros/Cargo.toml @@ -14,5 +14,5 @@ default = ["serde"] serde = [] [dependencies] -syn = { version = "1.0.109", features = ["full", "extra-traits"] } +syn = { version = "2.0.64", features = ["full", "extra-traits"] } quote = "1.0"