From 020759e56a49d8afe2ed5ee57fea816e208a2d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 02:11:11 -0500 Subject: [PATCH] build: bump clap from 3.2.19 to 3.2.20 (#4337) Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a55e1f3..230ea10d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,9 +322,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.19" +version = "3.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5" +checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 59d6b3e7..1c85bd6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ notify = ["notify-rust"] [dependencies] ansi_term = "0.12.1" chrono = { version = "0.4.22", features = ["clock", "std"] } -clap = { version = "=3.2.19", features = ["derive", "cargo", "unicode", "unstable-v4"] } +clap = { version = "=3.2.20", features = ["derive", "cargo", "unicode", "unstable-v4"] } clap_complete = "3.2.4" dirs-next = "2.0.0" dunce = "1.0.2"