summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-11 13:25:37 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-11 13:25:37 -0400
commit37544c092f068761c8da1866c2eab20fd4cac146 (patch)
tree56b7879195e4d2192b11bb3f5a3a56dc4060ba8d /Cargo.toml
parent9bf7696ec8cacc74baaa4003cdfba0dab65245fd (diff)
We don't need regex-syntax directly in ripgrep.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 29586bc1..b027722e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,6 @@ memchr = "0.1"
memmap = "0.2"
num_cpus = "1"
regex = "0.1.75"
-regex-syntax = "0.3.5"
rustc-serialize = "0.3"
term = "0.4"
thread_local = "0.2"