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

deps: update removal of grep devdeps

This commit is contained in:
Andrew Gallant 2019-01-23 20:14:37 -05:00
parent 44a9e37737
commit 47833b9ce7
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

3
Cargo.lock generated
View File

@ -149,15 +149,12 @@ dependencies = [
name = "grep"
version = "0.2.3"
dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"grep-cli 0.1.1",
"grep-matcher 0.1.1",
"grep-pcre2 0.1.2",
"grep-printer 0.1.1",
"grep-regex 0.1.1",
"grep-searcher 0.1.1",
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
]