Skip to content

Commit

Permalink
change: update clap to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bencelaszlo committed Mar 26, 2024
1 parent a919128 commit ac9e8ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
52 changes: 12 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ authors = ["bencelaszlo <bence@bencelaszlo.hu>"]
edition = "2021"

[dependencies.clap]
version = "2.33.0"
default-features = false
features = ["suggestions", "color", "wrap_help"]
clap = { version = "4.5.4", default-features = false,features = ["suggestions", "color", "wrap_help"] }

[dependencies.rand]
version = "0.7.2"
Expand Down

0 comments on commit ac9e8ba

Please sign in to comment.