From 2dad1d3bb138471c49776c048d537c7b6599f35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 13:04:51 +0000 Subject: [PATCH] Bump clap from 3.1.15 to 3.1.16 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.16. - [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.15...v3.1.16) --- 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 6067b549..1689e5f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,9 +568,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.15" +version = "3.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d" +checksum = "f52d4f8e4a1419219935762e32913b4430f37cb0c0200ad17a89ee18c0188a9f" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 2f7d52e1..5267262e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ include = [ [dependencies] env_logger = "0.9.0" anyhow = "1.0.57" -clap = { version = "3.1.15", features = ["derive", "env"] } +clap = { version = "3.1.16", features = ["derive", "env"] } log = "0.4.17" heck = "0.4.0" zip = { version = "0.6.2", default-features = false } -- GitLab