From a0d01b70c952ca3c0363906e7580f5b76dbd1fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:53:24 +0000 Subject: [PATCH] Update syn requirement from 1.0.16 to 2.0.39 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.39) --- 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..1d8e7f4 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.39", features = [ "full" ] } quote = { version = "1.0.2"} \ No newline at end of file