From a5ebab00be7f1d87ebc74ddbe7bcf0100600c80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:50:13 +0000 Subject: [PATCH] chore(deps): update syn requirement from 1.0.109 to 2.0.65 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.65) --- 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 c1a038a6..dd7e872f 100644 --- a/eventually-macros/Cargo.toml +++ b/eventually-macros/Cargo.toml @@ -20,6 +20,6 @@ keywords = ["architecture", "ddd", "event-sourcing", "cqrs", "es"] proc-macro = true [dependencies] -syn = { version = "1.0.109", features = ["full"] } +syn = { version = "2.0.65", features = ["full"] } quote = "1.0.35" eventually = { path = "../eventually" }