fix(deps): update rust crate clap to 4.4.16

This commit is contained in:
2024-01-12 03:16:36 +00:00
parent b93f96053e
commit a89af69c15
2 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ git2 = { version = "0.18.1", default-features = false, features = [
"vendored-openssl",
"ssh",
] }
clap = { version = "4.4.15", features = ["env", "string"] }
clap = { version = "4.4.16", features = ["env", "string"] }
envconfig = "0.10.0"
dirs = "5.0.1"
tracing = "0.1.40"