From 619797d41f1827c34e8bbb534d9da57341f5f0ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 22:01:41 +0000 Subject: [PATCH] chore(deps): update rust crate syn to 2.0.36 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40f8a1d7..d2cd6908 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.33" +syn = "2.0.36" schemars = "0.8.12" serde_json = "1.0" tauri = "2.0.0-alpha.14"