From 546d5af6fd62c52c8cccd94b86bbfc002129a186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:59:03 +0000 Subject: [PATCH] Update syn requirement from 0.15 to 2.0 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/0.15.0...2.0.4) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- desse-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desse-derive/Cargo.toml b/desse-derive/Cargo.toml index 8d2531b..c5bedd7 100644 --- a/desse-derive/Cargo.toml +++ b/desse-derive/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" travis-ci = { repository = "devashishdxt/desse" } [dependencies] -syn = "0.15" +syn = "2.0" quote = "0.6" proc-macro2 = "0.4"