Skip to content

Commit

Permalink
update clap from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
webern committed Sep 5, 2023
1 parent d7d6674 commit 3c8303f
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 153 deletions.
149 changes: 92 additions & 57 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 @@ -11,7 +11,7 @@ categories = ["development-tools::cargo-plugins"]
license = "MIT OR Apache-2.0"

[dependencies]
clap = "2.32"
clap = { version = "4", features = [ "derive" ] }
toml = "0.7"
regex = "1"
serde = { version = "1", features = ["derive"] }
Expand Down
Loading

0 comments on commit 3c8303f

Please sign in to comment.