From 626b2a5b2d844bff8e4f00bdc7bd496579ac6b23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 12:58:04 +0000 Subject: [PATCH] Bump clap from 4.1.4 to 4.1.6 Bumps [clap](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.6. - [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.1.4...v4.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- lychee-bin/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4caf8b9..8e37ab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.4" +version = "4.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" +checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" dependencies = [ "bitflags", "clap_derive", @@ -1971,7 +1971,7 @@ version = "0.10.3" dependencies = [ "anyhow", "assert_cmd", - "clap 4.1.4", + "clap 4.1.6", "console", "const_format", "csv", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 9881d36..2bc8641 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -51,7 +51,7 @@ log = "0.4.17" env_logger = "0.10.0" [dependencies.clap] -version = "4.1.4" +version = "4.1.6" features = ["env", "derive"] [dev-dependencies]