Skip to content

Commit

Permalink
oss: Upgrade clap, add string feature (pytorch#3035)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#3035

^

Reviewed By: stepancheg

Differential Revision: D56115188

fbshipit-source-id: 67b1293d26adc77973a7c17808fb2d958da2d04f
  • Loading branch information
JakobDegen authored and facebook-github-bot committed Apr 14, 2024
1 parent c61ef44 commit 57dd7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ byteorder = "1.4.3"
bytes = "1.0"
bytesize = "1.1.0"
chrono = "0.4.28"
clap = { package = "clap", version = "4.0.7", features = ["derive", "env"] }
clap = { package = "clap", version = "4.5.4", features = ["derive", "env", "string"] }
clap-3 = { package = "clap", version = "3.2.24", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
common-path = "1.0.0"
compact_str = "0.6.1"
Expand Down

0 comments on commit 57dd7f1

Please sign in to comment.