deps: update regex to 1.0

We retain the `simd-accel` feature on globset for backwards
compatibility, but will remove it in the next semver release.
This commit is contained in:
Bastien Orivel
2018-05-07 19:07:30 +02:00
committed by Andrew Gallant
parent 83b4fdb8d6
commit 49f36c7dcd
5 changed files with 32 additions and 32 deletions

View File

@@ -23,7 +23,7 @@ globset = { version = "0.4.0", path = "../globset" }
lazy_static = "1"
log = "0.4"
memchr = "2"
regex = "0.2.9"
regex = "1"
same-file = "1"
thread_local = "0.3.2"
walkdir = "2"