From dbb418ebe2587c93fa3ec8711c52f29639d27982 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 15 Mar 2024 13:32:17 +0000 Subject: [PATCH] chore(deps): update rust crate clap to 4.5.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0a2b10..82303c7 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.2", features = ["derive", "env"] } +clap = { version = "4.5.3", features = ["derive", "env"] } dotenv = { version = "0.15.0" } -- 2.45.2