From 1646423416fb14d3a9db02befef8b63b7cd0afda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 02:36:22 +0000 Subject: [PATCH] Bump clap from 2.33.2 to 2.33.3 (#21) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d7b780..e40b67b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[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", "atty", diff --git a/Cargo.toml b/Cargo.toml index d7617e6..aafafe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ pretty_env_logger = "0.4.0" regex = "1.3.9" rust-crypto = "^0.2" sled = "0.34.2" -clap = "2.33.2" +clap = "2.33.3"