libimagstore/Cargo.toml: Update dependencies
This commit is contained in:
parent
9e0c523b97
commit
5ad2bfc462
1 changed files with 5 additions and 5 deletions
|
@ -14,16 +14,16 @@ repository = "https://github.com/matthiasbeyer/imag"
|
||||||
homepage = "http://imag-pim.org"
|
homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fs2 = "0.2"
|
fs2 = "0.3"
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
lazy_static = "0.1.15"
|
lazy_static = "0.2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
semver = "0.2"
|
semver = "0.5"
|
||||||
toml = "0.2.*"
|
toml = "0.2.*"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
crossbeam = "0.2.8"
|
crossbeam = "0.2.*"
|
||||||
walkdir = "0.1.5"
|
walkdir = "0.1.*"
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
[dependencies.libimagerror]
|
||||||
path = "../libimagerror"
|
path = "../libimagerror"
|
||||||
|
|
Loading…
Reference in a new issue