From 167c77f6a70acc4b763f906b2da300df239b05d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:28:25 +0000 Subject: [PATCH] chore(deps): update rust crate serde to 1.0.196 --- crates/gen-guest-rust/Cargo.toml | 2 +- crates/gen-host/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/gen-guest-rust/Cargo.toml b/crates/gen-guest-rust/Cargo.toml index c04384bb..ec88e376 100644 --- a/crates/gen-guest-rust/Cargo.toml +++ b/crates/gen-guest-rust/Cargo.toml @@ -23,7 +23,7 @@ wasm-bindgen-futures = "0.4.40" serde-wasm-bindgen = "0.6.3" js-sys = "0.3.67" tauri-bindgen-guest-rust = { path = "../guest-rust" } -serde = { version = "1.0.195", features = ["derive"] } +serde = { version = "1.0.196", features = ["derive"] } pretty_assertions = "1.4.0" [features] diff --git a/crates/gen-host/Cargo.toml b/crates/gen-host/Cargo.toml index ff30882a..4aa3c245 100644 --- a/crates/gen-host/Cargo.toml +++ b/crates/gen-host/Cargo.toml @@ -18,7 +18,7 @@ clap = { workspace = true, optional = true } [dev-dependencies] tauri-bindgen-host = { path = "../host" } -serde = { version = "1.0.195", features = ["derive"] } +serde = { version = "1.0.196", features = ["derive"] } pretty_assertions = "1.4.0" [features]