From da4b9af9ce2f25a590b6206cb636607937477da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:18:42 +0000 Subject: [PATCH] build(deps): bump clap from 4.4.16 to 4.4.18 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.16 to 4.4.18. - [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/v4.4.16...v4.4.18) --- 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 5561755d..c8d3686c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -665,9 +665,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.16" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" +checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" dependencies = [ "clap_builder", "clap_derive", @@ -675,9 +675,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.16" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" +checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 20a4ab5a..69520719 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tag-name = "v{{version}}" bisector = "0.4.0" # bisection with a custom comparator camino = "1.1" # utf-8 paths cargo_metadata = "0.18.1" # resolving Cargo manifest metadata (consider `guppy`!) -clap = { version = "4.4.16", features = ["derive"] } # parse CLI arguments +clap = { version = "4.4.18", features = ["derive"] } # parse CLI arguments dirs = "5.0.1" # common directories indicatif = "=0.17.7" # UI once_cell = "1.18.0" # lazy data structures and thunking