summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-05-07 19:07:30 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-05-07 13:07:30 -0400
commit49f36c7dcdc0f26ecbd956b4ed0ffe7a256b64f5 (patch)
treeff217162dc6284207f7b3e66555138015ace608a /ignore
parent83b4fdb8d664afe7773ce674b5f1b658c2c5a057 (diff)
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.
Diffstat (limited to 'ignore')
-rw-r--r--ignore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index 6d762717..07efa222 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -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"