Skip to content

Commit 57dd7f1

Browse files
JakobDegenfacebook-github-bot
authored andcommitted
oss: Upgrade clap, add string feature (#3035)
Summary: Pull Request resolved: #3035 ^ Reviewed By: stepancheg Differential Revision: D56115188 fbshipit-source-id: 67b1293d26adc77973a7c17808fb2d958da2d04f
1 parent c61ef44 commit 57dd7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/third-party/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ byteorder = "1.4.3"
4848
bytes = "1.0"
4949
bytesize = "1.1.0"
5050
chrono = "0.4.28"
51-
clap = { package = "clap", version = "4.0.7", features = ["derive", "env"] }
51+
clap = { package = "clap", version = "4.5.4", features = ["derive", "env", "string"] }
5252
clap-3 = { package = "clap", version = "3.2.24", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
5353
common-path = "1.0.0"
5454
compact_str = "0.6.1"

0 commit comments

Comments
 (0)