Skip to content

Commit

Permalink
Bump clap{,_complete} to 4.5.11
Browse files Browse the repository at this point in the history
Summary: Changelogs were boring.

Reviewed By: capickett

Differential Revision: D60521070

fbshipit-source-id: e3061daf7f1c2ad57526c14fb79f0b569c1c563b
  • Loading branch information
abesto authored and facebook-github-bot committed Aug 1, 2024
1 parent d9c8568 commit 8807b7c
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.75"
clap = { version = "4.5.6", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.11", 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 8807b7c

Please sign in to comment.