Merge pull request #360 from matthiasbeyer/update-dep/iterools
Update dep/iterools
This commit is contained in:
commit
19808cfcbf
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|||
|
||||
[dependencies]
|
||||
clap = "2.1.1"
|
||||
itertools = "0.4.7"
|
||||
itertools = "0.4"
|
||||
log = "0.3.4"
|
||||
regex = "0.1.48"
|
||||
toml = "0.1.27"
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
[dependencies]
|
||||
itertools = "0.4.7"
|
||||
itertools = "0.4"
|
||||
log = "0.3.4"
|
||||
toml = "0.1.27"
|
||||
semver = "0.2"
|
||||
|
|
|
@ -8,7 +8,7 @@ clap = "2.1.1"
|
|||
log = "0.3.5"
|
||||
regex = "0.1.47"
|
||||
toml = "0.1.25"
|
||||
itertools = "0.4.7"
|
||||
itertools = "0.4"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
|
|
@ -8,7 +8,7 @@ clap = "2.1.1"
|
|||
toml = "0.1.27"
|
||||
log = "0.3.4"
|
||||
xdg-basedir = "0.2.2"
|
||||
itertools = "0.4.6"
|
||||
itertools = "0.4"
|
||||
tempfile = "2.1.1"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
|
|
Loading…
Reference in a new issue