Skip to content

Commit

Permalink
Upgrade clap 3 to clap 4
Browse files Browse the repository at this point in the history
This also removes the dependency on the unmaintained crate atty.

Closes mozilla#828
  • Loading branch information
boxdot authored and emilio committed Aug 25, 2023
1 parent 667de09 commit b734008
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 104 deletions.
253 changes: 205 additions & 48 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 @@ -19,7 +19,7 @@ exclude = [
]

[dependencies]
clap = { version = "3.1", optional = true }
clap = { version = "4", optional = true }
indexmap = "1"
log = "0.4"
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
Loading

0 comments on commit b734008

Please sign in to comment.