summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-notes/Cargo.toml
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 /bin/domain/imag-notes/Cargo.toml
parentbb26d1c8956652b190667692b7e3498eaadb0e73 (diff)
Update dependency: itertools: 0.6 -> 0.7
Diffstat (limited to 'bin/domain/imag-notes/Cargo.toml')
-rw-r--r--bin/domain/imag-notes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml
index 32967948..246010b7 100644
--- a/bin/domain/imag-notes/Cargo.toml
+++ b/bin/domain/imag-notes/Cargo.toml
@@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
clap = ">=2.17"
log = "0.3"
version = "2.0.1"
-itertools = "0.6"
+itertools = "0.7"
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }