mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
deps: update walkdir minimum version
We'll want to be using the new `same_file_system` option soon.
This commit is contained in:
parent
f1e025873f
commit
55ed698a98
@ -22,7 +22,7 @@ grep-searcher = { version = "0.1.0", path = "../grep-searcher" }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
atty = "0.2.11"
|
atty = "0.2.11"
|
||||||
termcolor = "1"
|
termcolor = "1"
|
||||||
walkdir = "2.2.1"
|
walkdir = "2.2.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
avx-accel = ["grep-searcher/avx-accel"]
|
avx-accel = ["grep-searcher/avx-accel"]
|
||||||
|
@ -26,7 +26,7 @@ memchr = "2"
|
|||||||
regex = "1"
|
regex = "1"
|
||||||
same-file = "1"
|
same-file = "1"
|
||||||
thread_local = "0.3.2"
|
thread_local = "0.3.2"
|
||||||
walkdir = "2.2.1"
|
walkdir = "2.2.2"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.winapi]
|
[target.'cfg(windows)'.dependencies.winapi]
|
||||||
version = "0.3"
|
version = "0.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user