From 1bc940049dc64626d6754a3a369c7be745db9d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:05:14 +0000 Subject: [PATCH] Update syn requirement from 1.0.90 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.90...2.0.13) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- juniper_codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_codegen/Cargo.toml b/juniper_codegen/Cargo.toml index c29edb7ef..061de0021 100644 --- a/juniper_codegen/Cargo.toml +++ b/juniper_codegen/Cargo.toml @@ -25,7 +25,7 @@ proc-macro = true proc-macro-error = "1.0.2" proc-macro2 = "1.0.4" quote = "1.0.9" -syn = { version = "1.0.90", features = ["extra-traits", "full", "parsing", "visit", "visit-mut"], default-features = false } +syn = { version = "2.0.13", features = ["extra-traits", "full", "parsing", "visit", "visit-mut"], default-features = false } url = "2.0" [dev-dependencies]