From 723c8a89fc630290b4e472edfa08f10e3d55d569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:52:28 +0000 Subject: [PATCH] Update Rust crate clap to 4.4.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b515eb9e..b3928c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,4 +51,4 @@ rand = "0.8" parking_lot = "0.12" env_logger = "0.10" allocation-counter = { version = "*" } -clap = { version = "4.3.0", features = ["derive", "env"] } \ No newline at end of file +clap = { version = "4.4.7", features = ["derive", "env"] } \ No newline at end of file