Skip to content

Commit

Permalink
fix(deps): update rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent c4d0425 commit 8025adc
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 38 deletions.
188 changes: 151 additions & 37 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 @@ -13,7 +13,7 @@ categories = ["multimedia"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "2.33.3"
clap = "4.5.4"
colored = "2.0.0"
indicatif = "0.17.7"
prettytable-rs = "0.10.0"
Expand Down

0 comments on commit 8025adc

Please sign in to comment.