From ce34b491f03f4d26507b865fa5bd99ad0f28e9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 20:57:37 +0000 Subject: [PATCH] build(deps): update syn requirement from 1.0.17 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.17...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 3c34c3f..f429a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["rspec", "test", "testing", "ruspec", ] [dependencies] -syn = { version = "1.0.17", features = ["full"] } +syn = { version = "2.0.18", features = ["full"] } proc-macro2 = "1.0.10" quote = "1.0.3" failure = "0.1.7"