summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-25 22:30:17 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-25 22:30:17 -0400
commit109bc3f78e0bf1fe0e40a22e458621e86e49b761 (patch)
tree90743e598112d673e0144d173c5b177ba20b0dbe /Cargo.toml
parentb62195b33f5869bba2cf6e1a08d2975d6e4acf48 (diff)
bump grep to 0.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f28cede3..05affb05 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.2", path = "grep" }
+grep = { version = "0.1.3", path = "grep" }
lazy_static = "0.2"
libc = "0.2"
log = "0.3"