From e1169078805044126ef305149c6f9f02c4933686 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:01:57 +0000 Subject: [PATCH] fix(deps): update rust crate syn to v3 --- 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 9464cd56..3a8bbe81 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 = "2.0.100", features = ["full"] } +syn = { version = "3.0.0", features = ["full"] } quote = "1.0.40" eventually = { path = "../eventually" }