summaryrefslogtreecommitdiffstats
path: root/lib/entry
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-12 19:45:50 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-12 19:45:50 +0200
commit67a127f70051c40e6670ae1c42e3980523d1f69c (patch)
treeafd77d977dd357ff24c578c519405b45c74e300b /lib/entry
parentbb26d1c8956652b190667692b7e3498eaadb0e73 (diff)
Update dependency: itertools: 0.6 -> 0.7
Diffstat (limited to 'lib/entry')
-rw-r--r--lib/entry/libimagentryfilter/Cargo.toml2
-rw-r--r--lib/entry/libimagentrylink/Cargo.toml2
-rw-r--r--lib/entry/libimagentryref/Cargo.toml2
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml
index 5f028e4a..082c8eec 100644
--- a/lib/entry/libimagentryfilter/Cargo.toml
+++ b/lib/entry/libimagentryfilter/Cargo.toml
@@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
clap = ">=2.17"
filters = "0.1"
-itertools = "0.6"
+itertools = "0.7"
log = "0.3"
regex = "0.2"
semver = "0.8"
diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml
index a22c7f96..eb6b96ec 100644
--- a/lib/entry/libimagentrylink/Cargo.toml
+++ b/lib/entry/libimagentrylink/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
-itertools = "0.6"
+itertools = "0.7"
log = "0.3"
toml = "0.4"
url = "1.5"
diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml
index 3e2ff827..39a1b8cb 100644
--- a/lib/entry/libimagentryref/Cargo.toml
+++ b/lib/entry/libimagentryref/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
-itertools = "0.6"
+itertools = "0.7"
log = "0.3"
rust-crypto = "0.2"
toml = "0.4"
diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml
index a704bd51..84277d5e 100644
--- a/lib/entry/libimagentrytag/Cargo.toml
+++ b/lib/entry/libimagentrytag/Cargo.toml
@@ -18,7 +18,7 @@ clap = ">=2.17"
log = "0.3"
regex = "0.2"
toml = "0.4"
-itertools = "0.6"
+itertools = "0.7"
is-match = "0.1"
filters = "0.1"
toml-query = "^0.3.1"