Skip to content

Commit

Permalink
update clap-3 and clap_complete-3
Browse files Browse the repository at this point in the history
Summary: Update to latest versions.

Reviewed By: AndreasBackx

Differential Revision: D45947093

fbshipit-source-id: 64ac9ac86a3180e0de57b79408829ef920706c0c
  • Loading branch information
zertosh authored and facebook-github-bot committed May 19, 2023
1 parent 0fc04c3 commit 6aa3243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ unit-scripts = "../etc"
[dependencies]
anyhow = "1.0.65"
cgroupfs = { version = "0.6.3", path = "cgroupfs" }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap_complete = "3.0.4"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap_complete = "3.2.5"
common = { package = "below-common", version = "0.6.3", path = "common" }
config = { package = "below-config", version = "0.6.3", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion below/dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.65"
below_derive = { version = "0.6.3", path = "../below_derive" }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
common = { package = "below-common", version = "0.6.3", path = "../common" }
model = { package = "below-model", version = "0.6.3", path = "../model" }
once_cell = "1.12"
Expand Down

0 comments on commit 6aa3243

Please sign in to comment.