Skip to content

Commit

Permalink
update 'clap-4' crate to 4.5.4
Browse files Browse the repository at this point in the history
Summary:
version bump follow https://www.internalfb.com/intern/wiki/Rust/Third_Party_Libraries/Adding_or_Updating_Libraries/

Also updated `clap_complete` together

allow-large-files

Reviewed By: capickett

Differential Revision: D56519704

fbshipit-source-id: deb160a682bd156c69e3f0509a54b1f6a5a85f27
  • Loading branch information
markselby9 authored and facebook-github-bot committed Apr 25, 2024
1 parent 2e43fd4 commit f305342
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0.75"
cached = "0.39.0"
clap = { version = "4.5.2", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.4", features = ["derive", "env", "string", "unicode", "wrap_help"] }
dunce = "1.0.2"
env_logger = "0.10"
fnv = "1.0"
Expand Down

0 comments on commit f305342

Please sign in to comment.