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 Mar 6, 2024
1 parent 2468dcd commit 6e8c714
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 50 deletions.
120 changes: 71 additions & 49 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.80"
clap = { version = "3.2.25", features = ["cargo"] }
clap = { version = "4.5.2", features = ["cargo"] }
colored = "2.1.0"
ctor = "0.2.7"
filetime = "0.2.23"
Expand Down

0 comments on commit 6e8c714

Please sign in to comment.