Skip to content

Commit

Permalink
Update Rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 17c23fa commit deafcaa
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 @@ -82,7 +82,7 @@ wasmer = { version = "5.0.5-rc1", default-features = false, optional = true } #
wasmer-wasix = { version = "0.35", default-features = false, optional = true } # WASI support for wasmer

# === CONFIGURATION & CLI ===
clap = { version = "=3", features = ["derive"], optional = true } # CLI parser. Heavy dependency on this version because of klask.
clap = { version = "=4.5.27", features = ["derive"], optional = true } # CLI parser. Heavy dependency on this version because of klask.
klask = { git = "https://github.com/Yeicor/klask", default-features = false, optional = true } # CLI to GUI converter
shadow-rs = { version = "0.37", default-features = false, optional = true } # Web does not support the git2 optional dependency, which is unnecessary

Expand Down

0 comments on commit deafcaa

Please sign in to comment.