From 788194260b8a2043a1ca16f2be282ab8129b3978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:13:21 +0000 Subject: [PATCH] Update syn requirement from 1.0.109 to 2.0.65 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.65) --- 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..503b3df 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.65", features = ["full", "extra-traits"] } quote = "1.0"