From ea27a02d94e796f408f91b9fce4d5a5487f8caab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 18:30:44 +0000 Subject: [PATCH] chore(deps): update compatible (dev) --- crates/gen-guest-rust/Cargo.toml | 10 +++++----- crates/gen-host/Cargo.toml | 2 +- crates/wit-parser/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/gen-guest-rust/Cargo.toml b/crates/gen-guest-rust/Cargo.toml index a86acd70..9331fa72 100644 --- a/crates/gen-guest-rust/Cargo.toml +++ b/crates/gen-guest-rust/Cargo.toml @@ -18,12 +18,12 @@ prettyplease = "0.2.15" log.workspace = true [dev-dependencies] -wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] } -wasm-bindgen-futures = "0.4.37" -serde-wasm-bindgen = "0.6.0" -js-sys = "0.3.64" +wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] } +wasm-bindgen-futures = "0.4.39" +serde-wasm-bindgen = "0.6.3" +js-sys = "0.3.66" tauri-bindgen-guest-rust = { path = "../guest-rust" } -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.193", features = ["derive"] } pretty_assertions = "1.4.0" [features] diff --git a/crates/gen-host/Cargo.toml b/crates/gen-host/Cargo.toml index d7436846..94c18128 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.188", features = ["derive"] } +serde = { version = "1.0.193", features = ["derive"] } pretty_assertions = "1.4.0" [features] diff --git a/crates/wit-parser/Cargo.toml b/crates/wit-parser/Cargo.toml index 5e0ee067..e068e3b0 100644 --- a/crates/wit-parser/Cargo.toml +++ b/crates/wit-parser/Cargo.toml @@ -18,5 +18,5 @@ schemars.workspace = true [dev-dependencies] pretty_assertions = "1.4.0" -schemars = { version = "0.8.12", features = ["impl_json_schema"] } +schemars = { version = "0.8.16", features = ["impl_json_schema"] } serde_json.workspace = true