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