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 Feb 16, 2024
1 parent 9941686 commit d53eb81
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 44 deletions.
180 changes: 137 additions & 43 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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "development-tools", "virtualization"]

[dependencies]
anyhow = "1.0.70"
clap = { version = "3.2.23", features = ["cargo"] }
clap = { version = "4.5.1", features = ["cargo"] }
colored = "2.0.0"
ctor = "0.2.2"
filetime = "0.2.21"
Expand Down

0 comments on commit d53eb81

Please sign in to comment.