1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

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
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

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"