From c4eb9fd594aea9b4c42c45dcdcc54a5cafa947a6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Mar 2024 17:01:25 +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 203a90a..337c98a 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.36" -clap = { version = "2.34.0", features = ["yaml"] } +clap = { version = "4.5.4", features = ["yaml"] } colored = "2.1.0" comfy-table = "7.1.0" derive_builder = "0.20.0"