From 8f255d947d4cedaa7dab4dfb10592d6f4f1eea9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 15:59:14 +0000 Subject: [PATCH] Update syn requirement from 1.0.12 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.12...2.0.18) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebdd2f4..357fd1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ quote = "1" [dependencies.syn] features = ["extra-traits", "full"] -version = "1.0.12" +version = "2.0.18" [dev-dependencies] mock = { path = "mock" }