Skip to content

Commit

Permalink
update clap crates
Browse files Browse the repository at this point in the history
Summary: Updates clap crates to latest versions. clap-verbosity-flag does not fall under CLI Foundation's "maintenance" as of writing if you're wondering why that wasn't updated.

Reviewed By: zertosh

Differential Revision: D51069867

fbshipit-source-id: ca5f75c2c3087017b5bde1b32ae0c2016420b9b6
  • Loading branch information
AndreasBackx authored and facebook-github-bot committed Nov 9, 2023
1 parent 2e6e926 commit 62b3a98
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.72"
clap = { version = "4.3.5", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.4.7", features = ["derive", "env", "string", "unicode", "wrap_help"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
which = "4.2.4"

0 comments on commit 62b3a98

Please sign in to comment.