From b195c9a1a1e4a00582bc0c779aff242fb0dae620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:58:05 +0000 Subject: [PATCH] chore(deps): update syn requirement from 1.0.109 to 2.0.66 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.66) --- 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..0faa77c4 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.66", features = ["full"] } quote = "1.0.35" eventually = { path = "../eventually" }