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 Jun 24, 2023
1 parent 601713f commit b926fd7
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 @@ -16,7 +16,7 @@ categories=["development-tools"]
reqwest = "0.9.0" # http requests
serde = {version = "1.0.111", features = ["derive"]} # serialization
serde_json = "1.0.53" # serialize JSON
clap = "2.33.1" # argument parsing
clap = "4.3.8" # argument parsing
colored = "1.9" # color in terminal
strsim = "0.10.0" # string similarity metrics
prettytable-rs = "^0.8" # Print pretty tables for list subcommand
Expand Down

0 comments on commit b926fd7

Please sign in to comment.