From adec7c549df0359556f7be08d603daf8573c0e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 03:58:05 +0000 Subject: [PATCH] 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.2) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- structform-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structform-derive/Cargo.toml b/structform-derive/Cargo.toml index 0ac0d05..2ca0129 100644 --- a/structform-derive/Cargo.toml +++ b/structform-derive/Cargo.toml @@ -16,5 +16,5 @@ authors = [ proc-macro=true [dependencies] -syn="1" +syn="2" quote="1"