From 6957c9221cb9b79de3656f0ccd02114584eec7e1 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 6 Mar 2024 17:18:28 +0000 Subject: [PATCH] chore(deps): update rust crate clap to 4.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f224fa..9b963b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ anyhow = { version = "1.0.80" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" } -clap = { version = "4.5.1", features = ["derive", "env"] } +clap = { version = "4.5.2", features = ["derive", "env"] } dotenv = { version = "0.15.0" }