From 5675d25aa9839729c76ef44440961be218896643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 04:55:18 +0000 Subject: [PATCH] Update syn requirement from 1.0.16 to 2.0.47 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.47) --- 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..e487c05 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.47", features = [ "full" ] } quote = { version = "1.0.2"} \ No newline at end of file