From 2b569484434a588c339353bd920949a1a32ab454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 08:46:25 +0000 Subject: [PATCH] chore(deps): update syn requirement from 1.0.109 to 2.0.42 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.109...2.0.42) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- eventually-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventually-macros/Cargo.toml b/eventually-macros/Cargo.toml index c083ee6a..c889f274 100644 --- a/eventually-macros/Cargo.toml +++ b/eventually-macros/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" proc-macro = true [dependencies] -syn = { version = "1.0.109", features = ["full"] } +syn = { version = "2.0.42", features = ["full"] } quote = "1.0.33" eventually = { path = "../eventually" }