Skip to content

Commit

Permalink
Upgrade clap, clap_complete
Browse files Browse the repository at this point in the history
Reviewed By: AndreasBackx

Differential Revision: D70093650

fbshipit-source-id: 2892dcce69091d41ec266da010abbd131bfe3839
  • Loading branch information
abesto authored and facebook-github-bot committed Feb 25, 2025
1 parent cfe000f commit 822f734
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,7 +16,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.30", features = ["derive", "env", "string", "unicode", "wrap_help"] }
dunce = "1.0.2"
serde = { version = "1.0.185", features = ["derive", "rc"] }
which = "4.2.4"

0 comments on commit 822f734

Please sign in to comment.