From 67925895cede84a819ce1c0eaedd53e1b9707647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 00:38:44 +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 ed6420d86..cc459c90d 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"