summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDezhi “Andy” Fang <AndyFang.DZ@gmail.com>2018-03-17 16:33:34 -0700
committerAndrew Gallant <jamslam@gmail.com>2018-03-17 19:33:34 -0400
commitd7c9323a689239ac8b29baba63b1c3a26e12afda (patch)
treee6b25424346cbe1f5a4cc3ab94fbbe34989e15bd /Cargo.toml
parentb7d29d126f82b55c7804a0ed352cc184b69ffdaf (diff)
deps: update regex
This fixes build failures on latest nightly with SIMD features.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7acec26c..750b597c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }