deps: update walkdir minimum version

We'll want to be using the new `same_file_system` option soon.
This commit is contained in:
Andrew Gallant
2018-08-23 09:54:45 -04:00
parent f1e025873f
commit 55ed698a98
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ memchr = "2"
regex = "1"
same-file = "1"
thread_local = "0.3.2"
walkdir = "2.2.1"
walkdir = "2.2.2"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"