From 428405cad9088bf78c1f2cf9b86b88912e14c453 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:15:37 +0000 Subject: [PATCH] chore(deps): update rust crate syn to 2.0.48 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2cd6908..e6777242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] } serde = "1.0.188" quote = "1.0.33" proc-macro2 = "1.0.67" -syn = "2.0.36" +syn = "2.0.48" schemars = "0.8.12" serde_json = "1.0" tauri = "2.0.0-alpha.14"