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 de1c7da commit 2ff5013
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 59 deletions.
204 changes: 146 additions & 58 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 @@ -5,7 +5,7 @@ authors = ["Zach Peters <[email protected]>"]
edition = "2018"

[dependencies]
clap = "3.2.12"
clap = "4.5.1"
hyper = "0.14.12"
rand = "0.8.5"
reqwest = { version = "0.11", features = ["json"]}
Expand Down

0 comments on commit 2ff5013

Please sign in to comment.