deps: update regex

This fixes build failures on latest nightly with SIMD features.
This commit is contained in:
Dezhi “Andy” Fang
2018-03-17 16:33:34 -07:00
committed by Andrew Gallant
parent b7d29d126f
commit d7c9323a68
2 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ log = "0.4"
memchr = "2"
memmap = "0.6"
num_cpus = "1"
regex = "0.2.9"
regex = "0.2.10"
same-file = "1"
termcolor = { version = "0.3.4", path = "termcolor" }