summaryrefslogtreecommitdiffstats
path: root/lib/entry
diff options
context:
space:
mode:
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"