From c44507f5965f933bd4b40843719e6099c56f4f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:07:21 +0000 Subject: [PATCH] Bump clap from 4.0.25 to 4.0.26 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.25 to 4.0.26. - [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.0.25...v4.0.26) --- 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 7274bda..9469dd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,9 +603,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.25" +version = "4.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389ca505fd2c00136e0d0cd34bcd8b6bd0b59d5779aab396054b716334230c1c" +checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" dependencies = [ "atty", "bitflags", @@ -1898,7 +1898,7 @@ version = "0.10.3" dependencies = [ "anyhow", "assert_cmd", - "clap 4.0.25", + "clap 4.0.26", "console", "const_format", "csv", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 618f448..8922cbc 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -50,7 +50,7 @@ supports-color = "1.3.0" log = "0.4.17" [dependencies.clap] -version = "4.0.25" +version = "4.0.26" features = ["env", "derive"] [dev-dependencies]