libimagstore/Cargo.toml: Update dependencies

This commit is contained in:
Matthias Beyer 2016-10-24 14:30:54 +02:00
parent 9e0c523b97
commit 5ad2bfc462

View file

@ -14,16 +14,16 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
fs2 = "0.2"
fs2 = "0.3"
glob = "0.2.11"
lazy_static = "0.1.15"
lazy_static = "0.2.*"
log = "0.3"
regex = "0.1"
semver = "0.2"
semver = "0.5"
toml = "0.2.*"
version = "2.0.1"
crossbeam = "0.2.8"
walkdir = "0.1.5"
crossbeam = "0.2.*"
walkdir = "0.1.*"
[dependencies.libimagerror]
path = "../libimagerror"