From 8b396d4a76cc3ffd17fc24a0fbba0c718ef6bd61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 04:58:19 +0000 Subject: [PATCH] Update syn requirement from 1.0.5 to 2.0.18 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.5...2.0.18) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- overflower-plugin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overflower-plugin/Cargo.toml b/overflower-plugin/Cargo.toml index ab971fc..4f47e56 100644 --- a/overflower-plugin/Cargo.toml +++ b/overflower-plugin/Cargo.toml @@ -17,5 +17,5 @@ travis-ci = { repository = "llogiq/overflower" } proc_macro = true [dependencies] -syn = { version = "1.0.5", features = ["extra-traits", "full", "fold", "parsing", "proc-macro"] } +syn = { version = "2.0.18", features = ["extra-traits", "full", "fold", "parsing", "proc-macro"] } quote = "1.0.0"