From f0141ec6e2b79b6e76bf585ac927060c970ac58b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:35:29 +0000 Subject: [PATCH] chore(deps): update rust crate syn to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fee91cf29..ab446a7af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ socket_ipc = { path = "crates/socket_ipc" } stackalloc = "1.2.1" subprocess_test = { path = "crates/subprocess_test" } supports-color = "3.0.1" -syn = "2" +syn = "3" syscalls = { version = "0.8.0", default-features = false } tar = "0.4.45" tempfile = "3.14.0"