Skip to content

Commit

Permalink
chore(deps): resolve deprecation warnings for clap 3
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Feb 23, 2024
1 parent 4b2c697 commit e61c060
Show file tree
Hide file tree
Showing 10 changed files with 185 additions and 232 deletions.
141 changes: 29 additions & 112 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ansi_term = "0.12.0"
atty = "0.2.0"
blake3 = { version = "1.5.0", features = ["rayon", "mmap"] }
camino = "1.0.4"
clap = { version = "3.0.0", features = ["wrap_help"] }
clap_complete = "3.0.0"
clap = { version = "4.0.0", features = ["color", "wrap_help"] }
clap_complete = "4.0.0"
ctrlc = { version = "3.1.1", features = ["termination"] }
derivative = "2.0.0"
dirs = "5.0.1"
Expand Down
Loading

0 comments on commit e61c060

Please sign in to comment.