Skip to content

Commit 0629df9

Browse files
chore(deps): update rust crate clap to 4.4.18
1 parent cf10e64 commit 0629df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.70"
1919
thiserror = "1.0.48"
2020
bitflags = { version = "2.4.2", features = ["serde"] }
2121
heck = { version = "0.4", features = ["unicode"] }
22-
clap = { version = "4.4.3", features = ["derive"] }
22+
clap = { version = "4.4.18", features = ["derive"] }
2323
tauri-bindgen-core = { path = "crates/core" }
2424
tauri-bindgen-gen-host = { path = "crates/gen-host", features = ['cli'] }
2525
tauri-bindgen-gen-markdown = { path = "crates/gen-markdown", features = ['cli'] }

0 commit comments

Comments
 (0)