From 75aca8fff0abdb330f75f968cbf3dba726181b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:07:13 +0000 Subject: [PATCH] Bump clap from 3.1.7 to 3.1.8 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.7 to 3.1.8. - [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/v3.1.7...v3.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb26a5d..067b7ba4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.7" +version = "3.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c67e7973e74896f4bba06ca2dcfd28d54f9cb8c035e940a32b88ed48f5f5ecf2" +checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 0a5eaf59..dc8e6a32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ include = [ [dependencies] env_logger = "0.9.0" anyhow = "1.0.56" -clap = { version = "3.1.7", features = ["derive", "env"] } +clap = { version = "3.1.8", features = ["derive", "env"] } log = "0.4.16" heck = "0.4.0" zip = { version = "0.6.0", default-features = false } -- GitLab