From c05f279da0094c8d51fe38189ade9173e1e33edd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Sep 2023 14:17:13 +0200 Subject: Update Rust crate clap to 4.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4760ba0..6744eb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.1.8", features = ["derive"] } +clap = { version = "4.4.3", features = ["derive"] } comfy-table = "6.1.4" git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2"] } humansize = "2.1.3" -- cgit v1.2.3