From 5e49d71f0f700ee02da4ead9c010c1d894f06e81 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 25 Mar 2024 21:46:43 +0000 Subject: [PATCH] chore(deps): update rust crate clap to 4.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82303c7..e3dc686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ anyhow = { version = "1.0.81" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" } -clap = { version = "4.5.3", features = ["derive", "env"] } +clap = { version = "4.5.4", features = ["derive", "env"] } dotenv = { version = "0.15.0" } -- 2.45.2