Skip to content

Commit bcc9f0a

Browse files
pzmarzlyfacebook-github-bot
authored andcommitted
Update clap to 4.5.6 and clap_complete to 4.5.4
Summary: Upgrading clap to new version (released yesterday). My motivation for doing it now is that my PR clap-rs/clap#5476 has been released as part of this release, which should fix autocompletion for all CLIs using `visible_alias` option. Reviewed By: ukautz Differential Revision: D58283249 fbshipit-source-id: 4a48e86c47519431913c34880a132049b5522e7b
1 parent 59de620 commit bcc9f0a

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

0 commit comments

Comments
 (0)