Skip to content

Commit

Permalink
Upgrade Clap & co
Browse files Browse the repository at this point in the history
Summary:
Note: `clap-verbosity-flag` was bumped to use Clap 4 (from Clap 3) in `clap-verbosity-flag=2.0.0`.
There are exactly 3 uses of `clap-verbosity-flag` in `fbcode`, so I'm just upgrading to 1.0.1. Trying to upgrade its users to `clap-4` (or heaven forbid, introducing another double-vendor) is not worth it.

Reviewed By: diliop

Differential Revision: D52479672

fbshipit-source-id: 4a17aeecabd5d3c38d5f96d94af52ad4f7b0e387
  • Loading branch information
abesto authored and facebook-github-bot committed Jan 3, 2024
1 parent fe0d5ee commit 2586ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shed/thrift_compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.7", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.4.12", features = ["derive", "env", "string", "unicode", "wrap_help"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
which = "4.2.4"

0 comments on commit 2586ffb

Please sign in to comment.