summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-mail/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-18 14:53:04 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-19 17:16:19 +0200
commit162b36d6ee163527c014126735920695815dded7 (patch)
tree6ec5a3f826cc71a9fa696ca8104b7bebf5328865 /bin/domain/imag-mail/Cargo.toml
parent2cee0db1eca581ecac917c898b133e9e43716cc3 (diff)
Update dependency specs
Most notably: * env_logger: 0.4 -> 0.5 * hoedown: 5.0.0 -> 6.0.0 * itertools: 0.5 -> 0.6 * lazy_static: 0.1.15 -> 0.2 * regex: 0.1 -> 0.2 * semver: 0.5 -> 0.8 * url: 1.2 -> 1.5 * uuid: 0.3 -> 0.5 (This list is most surely not complete)
Diffstat (limited to 'bin/domain/imag-mail/Cargo.toml')
-rw-r--r--bin/domain/imag-mail/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml
index b9b31787..0707c001 100644
--- a/bin/domain/imag-mail/Cargo.toml
+++ b/bin/domain/imag-mail/Cargo.toml
@@ -10,7 +10,7 @@ readme = "../../../README.md"
license = "LGPL-2.1"
[dependencies]
-clap = "2.*"
+clap = ">=2.17"
log = "0.3"
version = "2.0.1"