From 3e3192428af51822fbb582b435f4bbd3b0519cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 04:47:41 +0000 Subject: [PATCH] Update syn requirement from 1.0.16 to 2.0.42 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.16...2.0.42) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orientdb-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orientdb-macro/Cargo.toml b/orientdb-macro/Cargo.toml index 458215b..fa5b02c 100644 --- a/orientdb-macro/Cargo.toml +++ b/orientdb-macro/Cargo.toml @@ -14,5 +14,5 @@ proc-macro = true [dependencies] proc-macro2 = { version = "1.0.9" } -syn = { version = "1.0.16", features = [ "full" ] } +syn = { version = "2.0.42", features = [ "full" ] } quote = { version = "1.0.2"} \ No newline at end of file