Skip to content

Commit

Permalink
chore(deps): update compatible (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2023
1 parent 1ae5e2a commit ea27a02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions crates/gen-guest-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/gen-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/wit-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea27a02

Please sign in to comment.