Skip to content

Commit 6aa3243

Browse files
zertoshfacebook-github-bot
authored andcommitted
update clap-3 and clap_complete-3
Summary: Update to latest versions. Reviewed By: AndreasBackx Differential Revision: D45947093 fbshipit-source-id: 64ac9ac86a3180e0de57b79408829ef920706c0c
1 parent 0fc04c3 commit 6aa3243

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

below/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ unit-scripts = "../etc"
2222
[dependencies]
2323
anyhow = "1.0.65"
2424
cgroupfs = { version = "0.6.3", path = "cgroupfs" }
25-
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
26-
clap_complete = "3.0.4"
25+
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
26+
clap_complete = "3.2.5"
2727
common = { package = "below-common", version = "0.6.3", path = "common" }
2828
config = { package = "below-config", version = "0.6.3", path = "config" }
2929
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }

below/dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "Apache-2.0"
1212
[dependencies]
1313
anyhow = "1.0.65"
1414
below_derive = { version = "0.6.3", path = "../below_derive" }
15-
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
15+
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
1616
common = { package = "below-common", version = "0.6.3", path = "../common" }
1717
model = { package = "below-model", version = "0.6.3", path = "../model" }
1818
once_cell = "1.12"

0 commit comments

Comments
 (0)