Blob Blame History Raw
--- clap-2.33.3/Cargo.toml	2020-08-14T02:11:54+00:00
+++ clap-2.33.3/Cargo.toml	2020-08-20T01:04:16.244723+00:00
@@ -14,7 +14,7 @@
 name = "clap"
 version = "2.33.3"
 authors = ["Kevin K. <kbknapp@gmail.com>"]
-exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
+exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot", "/.azure-pipelines.yml", "/.clog.toml", ".github/*", "/.travis.yml"]
 description = "A simple to use, efficient, and full-featured Command Line Argument Parser\n"
 homepage = "https://clap.rs/"
 documentation = "https://docs.rs/clap/"
@@ -68,7 +68,7 @@
 optional = true
 
 [dependencies.strsim]
-version = "0.8"
+version = "0.10"
 optional = true
 
 [dependencies.term_size]