summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-07 21:05:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-10 16:40:34 +0100
commit8656a38c50bd6ff12564f2aaaa0b45931aae1c58 (patch)
treedd8b1084b8f048395f25b67a57b6c41a8e17aee3 /bin/domain/imag-notes/Cargo.toml
parent9d2900a7dc7481e47bb13ef97298c8f023e95a1d (diff)
Update dependency: clap: 2.17 -> 2.29
Diffstat (limited to 'bin/domain/imag-notes/Cargo.toml')
-rw-r--r--bin/domain/imag-notes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml
index 3be6b59e..99b4ae28 100644
--- a/bin/domain/imag-notes/Cargo.toml
+++ b/bin/domain/imag-notes/Cargo.toml
@@ -31,7 +31,7 @@ libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.6.0", path = "../../../lib/core/libimagstore" }
[dependencies.clap]
-version = ">=2.17"
+version = ">=2.29"
default-features = false
features = ["color", "suggestions"]