diff --git a/Cargo.toml b/Cargo.toml index d2cd6908..2eec819e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tauri-bindgen-gen-guest-js = { path = "crates/gen-guest-js", features = ['cli'] wit-parser = { path = "crates/wit-parser" } miette = { version = "5.10.0", features = ["fancy"] } log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] } -serde = "1.0.188" +serde = "1.0.192" quote = "1.0.33" proc-macro2 = "1.0.67" syn = "2.0.36"