From 89534faf3435a4ca41f6768c48cc5f9488513c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:07:47 +0000 Subject: [PATCH] Update clap requirement from =4.4 to =4.5 Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.0...clap_complete-v4.5.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bc99bde..bf7c88b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ env_logger = "0.10" iai = "0.1.1" rand = "0.8" paste = "1.0.14" -clap = "=4.4" # pin transitive dependency to lower version to avoid MSRV issues +clap = "=4.5" # pin transitive dependency to lower version to avoid MSRV issues # Uncomment the following lines to enable debug symbols # during CPU profiling