From e853db737d7ed6349b354dbe23d7cf3a2de9d839 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 20:52:41 +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 a3841e785..785a4abb2 100644 --- a/distributed_macros/Cargo.toml +++ b/distributed_macros/Cargo.toml @@ -18,7 +18,7 @@ proc-macro-crate = "3.5" proc-macro2 = "1.0" quote = "1.0" sha2 = "0.10" -syn = { version = "2.0", features = ["full", "visit"] } +syn = { version = "3.0", features = ["full", "visit"] } [dev-dependencies] # Compile-fail snapshots depend on trybuild's compiler-diagnostic normalization.