From 7613bdd0b8f944ab3915c3174454e4d1894082ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:56:45 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 887a864c..739f5f1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,5 +51,5 @@ rand = "0.8" parking_lot = "0.12" env_logger = "0.10" allocation-counter = { version = "*" } -clap = { version = "4.3.0", features = ["derive", "env"] } +clap = { version = "4.4.8", features = ["derive", "env"] } mockall = "0.11.4" \ No newline at end of file