From 6ab6e028d9121429a60d5ac5d1fa2ee1ac244925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 23:42:34 +0000 Subject: [PATCH] chore(deps): update syn requirement from 1.0.109 to 2.0.50 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.50) --- 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..a96a411d 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.50", features = ["full"] } quote = "1.0.35" eventually = { path = "../eventually" }