From 3c67c06d1196124948d8bf1bea8a36c018893ca6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:54:18 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.4.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49a9eeb..c599db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.75" async-channel = "2.1.1" async-trait = "0.1.74" camino = { version = "1.1.6", features = ["serde", "serde1"] } -clap = { version = "4.4.8", features = ["derive", "env"] } +clap = { version = "4.4.10", features = ["derive", "env"] } color-eyre = "0.6.2" dotenvy = { version = "0.15.7", features = ["clap"] } futures-util = "0.3.29"