summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-23 09:54:45 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-23 09:54:45 -0400
commit55ed698a98286b42ae7a79b0762b190c52c8ef38 (patch)
tree993c2ff8ef636a074c585cf91ebbf671ef9e854c /ignore
parentf1e025873f2eed114141e69a39dcf92f11b09971 (diff)
deps: update walkdir minimum version
We'll want to be using the new `same_file_system` option soon.
Diffstat (limited to 'ignore')
-rw-r--r--ignore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index 82b12855..859ac349 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -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"