From 2f1e1eb9f5f21addc175bb0ac2cbb973edefc4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:06:45 +0000 Subject: [PATCH] Update syn requirement from 1.0.12 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.12...2.0.13) --- 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..87f3e4e 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.13" [dev-dependencies] mock = { path = "mock" }