From a27f935794e671f59450913f4f40dec8016b0949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:28:05 +0000 Subject: [PATCH] Update Rust crate clap_builder to v4.5.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f7bf6f..9743a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ parking_lot = "0.12.2" criterion = "0.5.1" # minimal versions -clap_builder = "=4.5.19" # MSRV <= 1.70.0 +clap_builder = "=4.5.20" # MSRV <= 1.70.0 # overridden versions bumpalo = "3.16.0" # yanked: "3.15.0"