From 4af5e174b577ae9b60c4df03d9643298c8e00f2e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Mar 2024 18:45:44 +0000 Subject: [PATCH] fix(deps): update rust crate clap to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65a8dec..ff901a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" async-std = "1.12.0" base64 = "0.13.0" chrono = "0.4.35" -clap = { version = "2.34.0", features = ["yaml"] } +clap = { version = "4.5.2", features = ["yaml"] } colored = "2.1.0" comfy-table = "3.0.0" derive_builder = "0.20.0"