Update regex.

This commit is contained in:
Andrew Gallant
2016-09-11 18:52:42 -04:00
parent 68fa50709e
commit 954fbeb1d8
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ log = "0.3"
memchr = "0.1" memchr = "0.1"
memmap = "0.2" memmap = "0.2"
num_cpus = "1" num_cpus = "1"
regex = "0.1.75" regex = "0.1.76"
rustc-serialize = "0.3" rustc-serialize = "0.3"
term = "0.4" term = "0.4"
thread_local = "0.2" thread_local = "0.2"

View File

@@ -17,5 +17,5 @@ license = "Unlicense/MIT"
log = "0.3" log = "0.3"
memchr = "0.1" memchr = "0.1"
memmap = "0.2" memmap = "0.2"
regex = "0.1.75" regex = "0.1.76"
regex-syntax = "0.3.5" regex-syntax = "0.3.5"