From a50ef1d27374b0edcf246a6503b8826ceec3c2b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 17:03:33 +0000 Subject: [PATCH] build(deps): bump clap from 2.33.2 to 2.33.3 Bumps [clap](https://github.com/clap-rs/clap) from 2.33.2 to 2.33.3. - [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/commits) 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 7d5d45d5..ae2b54b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,9 +199,9 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.2" +version = "2.33.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48" +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" dependencies = [ "ansi_term 0.11.0", "atty", diff --git a/Cargo.toml b/Cargo.toml index c04678f3..14b80f90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tls-vendored = ["native-tls/vendored"] [dependencies] -clap = "2.33.1" +clap = "2.33.3" ansi_term = "0.12.1" dirs-next = "1.0.1" git2 = { version = "0.13.8", default-features = false }