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]