Update dependencies
This commit is contained in:
parent
6aebdb90e0
commit
91fca4ba13
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ homepage = "http://imag-pim.org"
|
||||||
codegen-units = 2
|
codegen-units = 2
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
fs2 = "0.3"
|
fs2 = "0.4"
|
||||||
glob = "0.2.11"
|
glob = "0.2.11"
|
||||||
lazy_static = "0.2.*"
|
lazy_static = "0.2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
@ -26,7 +26,7 @@ semver = "0.5"
|
||||||
toml = "0.2.*"
|
toml = "0.2.*"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
crossbeam = "0.2.*"
|
crossbeam = "0.2.*"
|
||||||
walkdir = "0.1.*"
|
walkdir = "1.0.*"
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
[dependencies.libimagerror]
|
||||||
path = "../libimagerror"
|
path = "../libimagerror"
|
||||||
|
|
Loading…
Reference in a new issue