summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 358d8ea1..acce68b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ log = "0.4"
memchr = "2"
memmap = "0.6"
num_cpus = "1"
-regex = "0.2.10"
+regex = "1"
same-file = "1"
termcolor = { version = "0.3.4", path = "termcolor" }