From d997743a4424d7d4cd1644bd158d90136584de74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:57:35 +0000 Subject: [PATCH] Update syn requirement from 1.0 to 2.0 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.3) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- validatron_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validatron_derive/Cargo.toml b/validatron_derive/Cargo.toml index 5f0b6a1..849dd69 100644 --- a/validatron_derive/Cargo.toml +++ b/validatron_derive/Cargo.toml @@ -18,4 +18,4 @@ proc_macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" -syn = "1.0" +syn = "2.0"