libimagdiary/Cargo.toml: Update dependencies

This commit is contained in:
Matthias Beyer 2016-10-24 14:30:54 +02:00
parent 34b0487359
commit a64320c3f5

View file

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