summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-21 19:16:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-21 19:16:28 -0400
commitaeb3a5ba0f20a6c1be6e7d8011854d9d0cd03deb (patch)
treeb8e97aaa4d2b05cd422ee01113138613a00c99d1
parent24e14a0341935cb34d5e47649777339dfc87577d (diff)
bump grep to 0.1.2
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d75a9a1c..8fed0caf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ deque = "0.3"
docopt = "0.6"
env_logger = "0.3"
fnv = "1.0"
-grep = { version = "0.1.1", path = "grep" }
+grep = { version = "0.1.2", path = "grep" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"