Update dependency: itertools: 0.6 -> 0.7

This commit is contained in:
Matthias Beyer 2017-10-12 19:45:50 +02:00
parent bb26d1c895
commit 67a127f700
8 changed files with 8 additions and 8 deletions

View File

@ -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" }

View File

@ -19,7 +19,7 @@ log = "0.3"
version = "2.0.1"
chrono = "0.4"
filters = "0.1"
itertools = "0.6"
itertools = "0.7"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }

View File

@ -19,7 +19,7 @@ env_logger = "0.4"
toml = "0.4"
log = "0.3"
xdg-basedir = "1.0"
itertools = "0.6"
itertools = "0.7"
ansi_term = "0.10"
is-match = "0.1"
toml-query = "^0.3.1"

View File

@ -18,7 +18,7 @@ chrono = "0.4"
log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
itertools = "0.6"
itertools = "0.7"
error-chain = "0.10"
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"