summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-21 19:05:15 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-21 19:05:15 -0400
commit4d6b3c727e88ce840a709e5a13cc3f9cfc5960a9 (patch)
tree3a5cdca1230f0bae37ec74a0bba621adf460d6bd
parentc2bf9e3d45bd0a180f550d77d8e5f290160c2ba4 (diff)
Bump regex version.
-rw-r--r--Cargo.toml2
-rw-r--r--grep/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 176bc0a8..d75a9a1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ log = "0.3"
memchr = "0.1"
memmap = "0.2"
num_cpus = "1"
-regex = "0.1.76"
+regex = "0.1.77"
rustc-serialize = "0.3"
term = "0.4"
walkdir = "0.1"
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 92544549..6720298a 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -16,5 +16,5 @@ license = "Unlicense/MIT"
log = "0.3"
memchr = "0.1"
memmap = "0.2"
-regex = "0.1.76"
+regex = "0.1.77"
regex-syntax = "0.3.5"