Skip to content

Commit 43a877c

Browse files
abestofacebook-github-bot
authored andcommitted
Upgrade clap and clap_complete
Reviewed By: diliop Differential Revision: D74585992 fbshipit-source-id: c095a727d82b22d938e07b97912ae8ba95a820e3
1 parent 688805a commit 43a877c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.95"
2424
cgroupfs = { version = "0.9.0", path = "cgroupfs" }
25-
clap = { version = "4.5.30", features = ["derive", "env", "string", "unicode", "wrap_help"] }
26-
clap_complete = "4.5.45"
25+
clap = { version = "4.5.38", features = ["derive", "env", "string", "unicode", "wrap_help"] }
26+
clap_complete = "4.5.50"
2727
common = { package = "below-common", version = "0.9.0", path = "common" }
2828
config = { package = "below-config", version = "0.9.0", 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.95"
1414
below_derive = { version = "0.9.0", path = "../below_derive" }
15-
clap = { version = "4.5.30", features = ["derive", "env", "string", "unicode", "wrap_help"] }
15+
clap = { version = "4.5.38", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1616
common = { package = "below-common", version = "0.9.0", path = "../common" }
1717
enum-iterator = "1.4.1"
1818
model = { package = "below-model", version = "0.9.0", path = "../model" }

0 commit comments

Comments
 (0)