From 0e9c9d21d79ee976374bbfb35fb29c2e147b73a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:53:15 +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 81fd26f8..527e3404 100644 --- a/distributed_macros/Cargo.toml +++ b/distributed_macros/Cargo.toml @@ -13,7 +13,7 @@ proc-macro = true 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.