summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryref
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/libimagentryref
parentbb26d1c8956652b190667692b7e3498eaadb0e73 (diff)
Update dependency: itertools: 0.6 -> 0.7
Diffstat (limited to 'lib/entry/libimagentryref')
-rw-r--r--lib/entry/libimagentryref/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"