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] committed May 5, 2024
1 parent 8b93368 commit 3c87259
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 42 deletions.
117 changes: 76 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "development-tools", "virtualization"]

[dependencies]
anyhow = "1.0.80"
clap = { version = "3.2.25", features = ["cargo"] }
clap = { version = "4.0.0", features = ["cargo"] }
colored = "2.1.0"
ctor = "0.2.7"
filetime = "0.2.23"
Expand Down

0 comments on commit 3c87259

Please sign in to comment.