From 47833b9ce740529ebff7d99a6e156be60b277c5d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 23 Jan 2019 20:14:37 -0500 Subject: [PATCH] deps: update removal of grep devdeps --- Cargo.lock | 3 --- 1 file changed, 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)", ]