Bump clap from 2.33.1 to 2.33.2 (#19)

This commit is contained in:
dependabot-preview[bot]
2020-08-05 19:33:27 +00:00
committed by GitHub
parent cc8a24516c
commit cef5fd41d7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -107,9 +107,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "clap"
version = "2.33.1"
version = "2.33.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
checksum = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48"
dependencies = [
"ansi_term",
"atty",

View File

@@ -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.1"
clap = "2.33.2"