summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-11 18:52:42 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-11 18:52:42 -0400
commit954fbeb1d8349ade431e550d791e41174a18dcf9 (patch)
treeb3e6045a0a0cc4d78fa1300806e2f857603e960c /grep
parent68fa50709e0abe48d48e1ad064668d3c568a13a9 (diff)
Update regex.
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index f84604ad..c8ad9cbf 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -17,5 +17,5 @@ license = "Unlicense/MIT"
log = "0.3"
memchr = "0.1"
memmap = "0.2"
-regex = "0.1.75"
+regex = "0.1.76"
regex-syntax = "0.3.5"