summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Backx <andreasbackx@meta.com>2023-11-09 11:39:50 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-11-09 11:39:50 -0800
commit2e26427f62f25d4e8e1cc00ddd46d70569425066 (patch)
tree8ead2585f14560fd9b81d3b028d6ef5174e395c3
parent22d9b418c9d6e1cdb10749c57e97578241b055f1 (diff)
update clap crates
Summary: Updates clap crates to latest versions. clap-verbosity-flag does not fall under CLI Foundation's "maintenance" as of writing if you're wondering why that wasn't updated. Reviewed By: zertosh Differential Revision: D51069867 fbshipit-source-id: ca5f75c2c3087017b5bde1b32ae0c2016420b9b6
-rw-r--r--below/Cargo.toml4
-rw-r--r--below/dump/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 4b21be22..f5d82bc7 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -22,8 +22,8 @@ unit-scripts = "../etc"
[dependencies]
anyhow = "=1.0.72"
cgroupfs = { version = "0.7.1", path = "cgroupfs" }
-clap = { version = "4.3.5", features = ["derive", "env", "string", "unicode", "wrap_help"] }
-clap_complete = "4.3.1"
+clap = { version = "4.4.7", features = ["derive", "env", "string", "unicode", "wrap_help"] }
+clap_complete = "4.4.4"
common = { package = "below-common", version = "0.7.1", path = "common" }
config = { package = "below-config", version = "0.7.1", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
diff --git a/below/dump/Cargo.toml b/below/dump/Cargo.toml
index bb173aa6..53e73e46 100644
--- a/below/dump/Cargo.toml
+++ b/below/dump/Cargo.toml
@@ -12,7 +12,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "=1.0.72"
below_derive = { version = "0.7.1", path = "../below_derive" }
-clap = { version = "4.3.5", features = ["derive", "env", "string", "unicode", "wrap_help"] }
+clap = { version = "4.4.7", features = ["derive", "env", "string", "unicode", "wrap_help"] }
common = { package = "below-common", version = "0.7.1", path = "../common" }
enum-iterator = "1.4.1"
model = { package = "below-model", version = "0.7.1", path = "../model" }