From 13180cd85554e9f7baff8647a84399e87a36b42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:09:54 +0000 Subject: [PATCH] chore(deps): bump clap from 4.5.9 to 4.5.13 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.13. - [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.9...v4.5.13) --- 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 23022de..ce8bf0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,18 +199,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.9" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.9" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 78e710d..c33b5b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ tiff = { version = "0.9.1", default-features = false, optional = true } # cli anyhow = { version = "1.0.86", optional = true } -clap = { version = "4.5.9", features = ["cargo", "string"], optional = true } +clap = { version = "4.5.13", features = ["cargo", "string"], optional = true } indoc = { version = "2.0.5", optional = true } pretty_env_logger = { version = "0.5.0", optional = true } rayon = { version = "1.10.0", optional = true }