libimagdiary/Cargo.toml: Update dependencies

This commit is contained in:
Matthias Beyer 2016-10-24 14:30:54 +02:00
parent 34b0487359
commit a64320c3f5
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@ homepage = "http://imag-pim.org"
[dependencies]
chrono = "0.2"
log = "0.3.5"
semver = "0.2"
log = "0.3"
semver = "0.5"
toml = "0.2.*"
regex = "0.1"
lazy_static = "0.2"
itertools = "0.4"
itertools = "0.5"
[dependencies.libimagstore]
path = "../libimagstore"