summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/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 /lib/core/libimagrt/Cargo.toml
parent9d2900a7dc7481e47bb13ef97298c8f023e95a1d (diff)
Update dependency: clap: 2.17 -> 2.29
Diffstat (limited to 'lib/core/libimagrt/Cargo.toml')
-rw-r--r--lib/core/libimagrt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index f429ee6f..64d9a38c 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -36,7 +36,7 @@ libimagutil = { version = "0.6.0", path = "../../../lib/etc/libimagutil" }
libimaginteraction = { version = "0.6.0", path = "../../../lib/etc/libimaginteraction" }
[dependencies.clap]
-version = ">=2.17"
+version = ">=2.29"
default-features = false
features = ["suggestions", "color"]