From cbc70dc4f79b328c01262f83de6e7628419b11fe Mon Sep 17 00:00:00 2001 From: AudaciousAxiom <179637270+AudaciousAxiom@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:24:53 +0200 Subject: [PATCH] chore: update `syn` to v3 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 67c48e0..f4939ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,11 @@ repository.workspace = true readme = "README.md" [dependencies] -darling = "0.23" +darling = "0.24" indoc = "2" -proc-macro2 = "1.0.86" -quote = "1.0.25" -syn = { version = "2.0.15", features = ["derive", "full"] } +proc-macro2 = "1.0.91" +quote = "1.0.35" +syn = { version = "3.0", features = ["derive", "full"] } [dev-dependencies] pretty_assertions = "1.4"