Skip to content

Commit

Permalink
Upgrade clap, clap_complete
Browse files Browse the repository at this point in the history
Summary: Cannot upgrade `clap_verbosity_flag` because `2.0.0` moves to `clap` 4, and some CLIs in `fbcode` use both `clap-3` and `clap_verbosity_flag`. Might be a circular dependency there actually (i.e. both those CLIs and `clap_verbosity_flag` need to be updated in the same diff), but we're talking like 4 small CLIs, so I don't really care.

Reviewed By: zertosh

Differential Revision: D64177505

fbshipit-source-id: cf1be6d098bec53caf2191b50979aa26d09ac700
  • Loading branch information
abesto authored and facebook-github-bot committed Oct 10, 2024
1 parent db7d8a2 commit 0127c35
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
35 changes: 22 additions & 13 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 @@ -12,7 +12,7 @@ license = "MIT"
anyhow = "1.0.86"
cached = "0.39.0"
cargo_toml = "0.17.2"
clap = { version = "4.5.11", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
dunce = "1.0.2"
env_logger = "0.10"
fnv = "1.0"
Expand Down

0 comments on commit 0127c35

Please sign in to comment.