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
|
||||
|
||||
[dependencies]
|
||||
fs2 = "0.3"
|
||||
fs2 = "0.4"
|
||||
glob = "0.2.11"
|
||||
lazy_static = "0.2.*"
|
||||
log = "0.3"
|
||||
|
@ -26,7 +26,7 @@ semver = "0.5"
|
|||
toml = "0.2.*"
|
||||
version = "2.0.1"
|
||||
crossbeam = "0.2.*"
|
||||
walkdir = "0.1.*"
|
||||
walkdir = "1.0.*"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
|
Loading…
Reference in a new issue