summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-23 20:14:37 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-23 20:14:37 -0500
commit47833b9ce740529ebff7d99a6e156be60b277c5d (patch)
treee13a2d8f6a98f0b24ad50f4238574ba56bf80eb2 /Cargo.lock
parent44a9e377371006f01f2e425fbf8d49e43bc14a9b (diff)
deps: update removal of grep devdeps
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8f8965d3..6e479b12 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",
]