From 6ec420790c0c0c8dd99f9e6fd16b81a6cf9622fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:58:35 +0000 Subject: [PATCH] Update clap requirement from 3.1.8 to 4.1.11 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-v3.2.0...v4.1.11) --- 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 c80479f..1ca23e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ indicatif = { version = "0.16.2", features = ["rayon"] } rayon = "1.5.1" walkdir = "2.3.2" regex = "1.5.5" -clap = { version = "3.1.8", features = ["derive"] } +clap = { version = "4.1.11", features = ["derive"] } crc32fast = "1.3.2" blake2 = "0.10.4" md-5 = "0.10.1"