From d49983006b0c418bf6db01af08f0e95df7fe2f47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:24:49 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.192 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2cd6908..2eec819e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tauri-bindgen-gen-guest-js = { path = "crates/gen-guest-js", features = ['cli'] wit-parser = { path = "crates/wit-parser" } miette = { version = "5.10.0", features = ["fancy"] } log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] } -serde = "1.0.188" +serde = "1.0.192" quote = "1.0.33" proc-macro2 = "1.0.67" syn = "2.0.36"