Prune duplicate crossbeam dependencies (#1795)

Signed-off-by: koushiro <[email protected]>
This commit is contained in:
Qinxuan Chen
2020-01-20 17:01:06 -05:00
committed by Lucio Franco
parent 0f11d56a3c
commit 93cc30d051
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ categories = ["concurrency", "asynchronous"]
tokio-executor = "0.1.8"
futures = "0.1.19"
crossbeam-deque = "0.7.0"
crossbeam-queue = "0.1.0"
crossbeam-utils = "0.6.4"
crossbeam-queue = "0.2.0"
crossbeam-utils = "0.7.0"
num_cpus = "1.2"
slab = "0.4.1"
log = "0.4"