From b744f6ddb3810912134f02d34541c4751a1bbd72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 19:37:11 +0000 Subject: [PATCH] Bump clap from 2.33.1 to 2.33.3 Bumps [clap](https://github.com/clap-rs/clap) from 2.33.1 to 2.33.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v2.33.3/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v2.33.1...v2.33.3) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a85a38..a0d612c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "clap" -version = "2.33.1" +version = "2.33.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index d6dab82..75c255e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ license = "GPL-3.0-or-later" [dependencies] fuse_mt = "0.5" serde_json = "1.0" -clap = "2.33.1" +clap = "2.33.3"