From beea4e606b299514219cfe98b377d09e32fd2ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:43:30 +0100 Subject: [PATCH] Update syn requirement from 1.0 to 2.0 (#611) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gotham_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotham_derive/Cargo.toml b/gotham_derive/Cargo.toml index e6e04074..5c2a4edd 100644 --- a/gotham_derive/Cargo.toml +++ b/gotham_derive/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["http", "async", "web", "framework", "gotham"] edition = "2018" [dependencies] -syn = "1.0" +syn = "2.0" quote = "1.0" [lib]