From 1eeb317fe709ab0c06649dcfcd0175d8f06b3cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:23:05 +0000 Subject: [PATCH] Update syn requirement from 1.0.109 to 2.0.15 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.15) --- 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..947ecb8 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.15", features = ["full"] }