summaryrefslogtreecommitdiffstats
path: root/grep
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 /grep
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 'grep')
-rw-r--r--grep/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index b404a86a..89480ab0 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -15,5 +15,5 @@ license = "Unlicense/MIT"
[dependencies]
log = "0.4"
memchr = "2"
-regex = "0.2.9"
-regex-syntax = "0.5.3"
+regex = "1"
+regex-syntax = "0.6"