From ee03466922faf3349d36d5d50a672ddc033ffc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 03:05:19 +0000 Subject: [PATCH] Update syn requirement from 1 to 2 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.0...2.0.2) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-patch-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-patch-derive/Cargo.toml b/rust-patch-derive/Cargo.toml index 2d378ad..89fd907 100644 --- a/rust-patch-derive/Cargo.toml +++ b/rust-patch-derive/Cargo.toml @@ -13,7 +13,7 @@ keywords.workspace = true proc-macro = true [dependencies] -syn = { version = "1", features = ["parsing"] } +syn = { version = "2", features = ["parsing"] } quote = "1" proc-macro2 = "1" proc-macro-error = "1" \ No newline at end of file