From 44612eb8d2c0e4375734cc7e3d18165ec033ba74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:48:23 +0000 Subject: [PATCH] Update Rust crate clap to v4.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2ea498..78d7a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ yaml-rust = { version = "^0.4.5", optional = true } [dev-dependencies] criterion = '= 0.5.1' -clap = '= 4.4.7' +clap = '= 4.5.0' regex = '= 1.10.2' env_logger = '= 0.10.0' log = '0.4'