fix(deps): update rust crate clap to 4.4.4

This commit is contained in:
2023-09-18 16:04:16 +00:00
parent e20fbc56b4
commit 8de0a15922
2 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ git2 = { version = "0.18.0", default-features = false, features = [
"vendored-openssl",
"ssh",
] }
clap = { version = "4.4.3", features = ["env", "string"] }
clap = { version = "4.4.4", features = ["env", "string"] }
envconfig = "0.10.0"
dirs = "5.0.1"
tracing = "0.1.37"