summaryrefslogtreecommitdiffstats
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
parentf1e025873f2eed114141e69a39dcf92f11b09971 (diff)
deps: update walkdir minimum version
We'll want to be using the new `same_file_system` option soon.
-rw-r--r--grep/Cargo.toml2
-rw-r--r--ignore/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index b9a83cea..3ffaeae3 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -22,7 +22,7 @@ grep-searcher = { version = "0.1.0", path = "../grep-searcher" }
[dev-dependencies]
atty = "0.2.11"
termcolor = "1"
-walkdir = "2.2.1"
+walkdir = "2.2.2"
[features]
avx-accel = ["grep-searcher/avx-accel"]
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"