From 4690c23a8fe6a6c4330db4d8e1ba295b533f6afa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:12:47 +0000 Subject: [PATCH] fix(deps): update rust crate syn to v3 --- distributed_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed_macros/Cargo.toml b/distributed_macros/Cargo.toml index 1d2f1d50..bf70c1f2 100644 --- a/distributed_macros/Cargo.toml +++ b/distributed_macros/Cargo.toml @@ -12,7 +12,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" -syn = { version = "2.0", features = ["full"] } +syn = { version = "3.0", features = ["full"] } [dev-dependencies] trybuild = "1.0"