From 7d4a6b677079a8bb3509758fe7895e9062650e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:08:57 +0000 Subject: [PATCH] Update clap requirement from 3.2.6 to 4.4.7 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.0.0-rc.1...v4.4.7) --- 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 5fd4dca..f938b6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ unzip3 = "1" light-curve-feature-test-util = { path = "test-util" } approx = "0.5" chfft = "0.3.4" -clap = { version = "3.2.6", features = ["std", "color", "suggestions", "derive", "wrap_help", "unstable-v4"] } +clap = { version = "4.4.7", features = ["std", "color", "suggestions", "derive", "wrap_help", "unstable-v4"] } criterion = "0.5" hyperdual = "1.1" light-curve-common = "0.1.0"