From 6189b7346d5301c75ee49ebf90d73a887d7cc86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 21:09:46 +0000 Subject: [PATCH] build(deps): bump clap from 4.0.22 to 4.0.24 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.24. - [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.22...v4.0.24) --- 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 1819a22..435c6b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.22" +version = "4.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" +checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index f6a29fe..1ae5405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.62" [dependencies] anyhow = "1.0.66" -clap = { version = "4.0.22", features = ["derive"] } +clap = { version = "4.0.24", features = ["derive"] } dirs = "4.0.0" flate2 = "1.0.22" guess_host_triple = "0.1.3"