summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-04-18 04:06:31 +0000
committerGitHub <noreply@github.com>2019-04-18 04:06:31 +0000
commit6d7485cf5017d05596db85ce49bc979ee3319057 (patch)
treee1a0e8cdfb0cad13cc5153aaf28855c43ae83276 /Cargo.toml
parentd620f9116b2b342ff22978ae87a78cdfccefb0de (diff)
Bump clap from 2.32.0 to 2.33.0 (#13)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index aa9410161..adde6e24c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Matan Kushner <hello@matchai.me>"]
edition = "2018"
[dependencies]
-clap = "2.32.0"
+clap = "2.33.0"
ansi_term = "0.11.0"
dirs = "1.0.5"
git2 = "0.8.0"