From fd1195386094def7fb600ceff9a7c92a67b4fc3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:56:32 +0000 Subject: [PATCH] Bump clap from 4.5.13 to 4.5.14 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.14. - [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.5.13...v4.5.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fd3550..e6da61c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,18 +214,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.13" +version = "4.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" +checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.13" +version = "4.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" +checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index a5baad3..eb5f9ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ zip = "2.1.6" pbkdf2 = "0.12.2" # parallel version did not help the performance hmac = { version = "0.12.1", features = ["reset"] } sha1 = "0.10.6" -clap = { version = "4.5.13", features = ["cargo"] } +clap = { version = "4.5.14", features = ["cargo"] } indicatif = "0.17.8" thiserror = "1.0.63" num_cpus = "1.16.0"