Update to crossbeam-utils 0.5.0, fix imports (#519)

This commit is contained in:
David Kellum
2018-08-08 08:57:25 -07:00
committed by Carl Lerche
parent afcfefd7e3
commit decc83e959
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ categories = ["concurrency", "asynchronous"]
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
futures = "0.1.19"
crossbeam-deque = "0.5.0"
crossbeam-utils = "0.4.1"
crossbeam-utils = "0.5.0"
num_cpus = "1.2"
rand = "0.5"
log = "0.4"