From 98ee0610df3c6a8e9c1f0493ae7a582c5ee03c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 12:02:22 +0000 Subject: [PATCH] Bump clap from 4.1.1 to 4.1.3 Bumps [clap](https://github.com/clap-rs/clap) from 4.1.1 to 4.1.3. - [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.1.1...v4.1.3) --- 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 7c4f966..27b7c70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,9 +607,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.1" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2" +checksum = "d8d93d855ce6a0aa87b8473ef9169482f40abaa2e9e0993024c35c902cbd5920" dependencies = [ "bitflags", "clap_derive", @@ -1990,7 +1990,7 @@ version = "0.10.3" dependencies = [ "anyhow", "assert_cmd", - "clap 4.1.1", + "clap 4.1.3", "console", "const_format", "csv", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 7f884c8..dc1ce01 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.1" +version = "4.1.3" features = ["env", "derive"] [dev-dependencies]