Skip to content

Commit

Permalink
chore(deps): update rust crate clap to 4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 1ae5e2a commit 2f3da10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10", 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'] }
Expand Down

0 comments on commit 2f3da10

Please sign in to comment.