From 6d0307a02e991d65b9d59a38e1c551a30374c2dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 15:08:21 +0000 Subject: [PATCH] Update Rust crate syn to v3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54c119b..9f7e2e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2886,7 +2886,7 @@ version = "0.1.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ad160f6..fcb20f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ uuid = { version = "1.23.0", features = ["v4"] } ureq = "3.0.0" chrono = { version = "0.4.42", default-features = false, features = ["std", "clock"] } inventory = "0.3.24" -syn = { version = "2", features = ["full", "extra-traits"] } +syn = { version = "3", features = ["full", "extra-traits"] } quote = "1" proc-macro2 = "1"