From 8390c5a6d5f5f52e109ddf4b7fef928e3452f187 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 00:50:34 +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 ef5c67d3..1d146be9 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.