Skip to content

Commit

Permalink
Merge pull request #219 from tauri-apps/renovate/compatible-(dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Jan 29, 2024
2 parents b20c195 + 167c77f commit fec5558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/gen-guest-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
pretty_assertions = "1.4.0"

[features]
Expand Down

0 comments on commit fec5558

Please sign in to comment.