diff --git a/Cargo.toml b/Cargo.toml index d2cd6908..5aecd839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.70" thiserror = "1.0.48" bitflags = { version = "2.4.0", features = ["serde"] } heck = { version = "0.4", features = ["unicode"] } -clap = { version = "4.4.3", features = ["derive"] } +clap = { version = "4.4.12", features = ["derive"] } tauri-bindgen-core = { path = "crates/core" } tauri-bindgen-gen-host = { path = "crates/gen-host", features = ['cli'] } tauri-bindgen-gen-markdown = { path = "crates/gen-markdown", features = ['cli'] }