From 021310d3f27b32766a9aa043549d301a350e7160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:03:47 +0000 Subject: [PATCH] Update syn requirement from 1.0.109 to 2.0.13 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.109...2.0.13) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 72839b4..2e420eb 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -14,4 +14,4 @@ proc-macro = true mlua = { version = "0.8.7", features = ["luajit", "vendored"] } proc-macro2 = "1.0.51" quote = "1.0.23" -syn = { version = "1.0.109", features = ["full"] } +syn = { version = "2.0.13", features = ["full"] }