summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-05 19:51:29 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-05 19:51:29 -0400
commit14b8cd4faf1ca3887162657149fb296af8eb4c72 (patch)
tree4f44cf59cbf61ad104cad7f1cb2bc32c69f265d3 /Cargo.toml
parent2bda77c414d113b3640b372afffc781a2fe56e6d (diff)
don't need parking lot
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 d7a34fdd..3defad82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,6 @@ log = "0.3"
memchr = "0.1"
memmap = "0.2"
num_cpus = "1"
-parking_lot = "0.3"
regex = "0.1.75"
regex-syntax = "0.3.5"
rustc-serialize = "0.3"