From de72cdeeb4453772c734153dcafa8bb3ef5dcfe6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:04:42 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b4c405..66d30d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -clap = {version = "4.5.9", features = ["derive", "env"]} +clap = {version = "4.5.34", features = ["derive", "env"]} actix-web = "4" env_logger = "0.11.5" log = "0.4.22"