From 94f1278d54eebd8e5b2b8d5fc08cd194c12580de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:47:59 +0000 Subject: [PATCH] [deps] Platform (cargo): Update Rust crate syn to v3 --- Cargo.toml | 2 +- support/lints/Cargo.lock | 2 +- support/lints/tracing_instrument/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5036e349e5..09cc780120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ serde_repr = ">=0.1.12, <0.2" sha1 = "0.11.0" sha2 = "0.11.0" subtle = ">=2.5.0, <3.0" -syn = ">=2.0.87, <3" +syn = ">=2.0.87, <4" thiserror = ">=1.0.40, <3" tokio = { version = "1.36.0", features = ["macros"] } tracing = { version = "0.1.41" } diff --git a/support/lints/Cargo.lock b/support/lints/Cargo.lock index af0e7f0445..1ac26ec643 100644 --- a/support/lints/Cargo.lock +++ b/support/lints/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ "dylint_testing", "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", "tracing", ] diff --git a/support/lints/tracing_instrument/Cargo.toml b/support/lints/tracing_instrument/Cargo.toml index 19e5831e3d..a9eb3a9bf2 100644 --- a/support/lints/tracing_instrument/Cargo.toml +++ b/support/lints/tracing_instrument/Cargo.toml @@ -21,7 +21,7 @@ clippy_utils = { workspace = true } dylint_linting = { workspace = true } proc-macro2 = "1" quote = "1" -syn = { version = "2", features = ["full"] } +syn = { version = "3", features = ["full"] } [dev-dependencies] bitwarden-logging-macro = { path = "../../../crates/bitwarden-logging-macro" }