summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-12-30 15:43:29 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-12-30 15:44:08 -0500
commitd58236fbdcd3708f63d6a2eb9836cf1389916788 (patch)
tree3b94bbedd00b1cb910f5630a4327a154374164a0 /grep
parent932875684ea181cff8ba6a9a7e1cd5fd004fed35 (diff)
bump various versions
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index a5258837..8f7f3aae 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -14,6 +14,6 @@ license = "Unlicense/MIT"
[dependencies]
log = "0.3"
-memchr = "0.1"
+memchr = "1"
regex = "0.1.77"
-regex-syntax = "0.3.5"
+regex-syntax = "0.3.9"