tokio-threadpool: bump rand to 0.4 (#205)

This commit is contained in:
Igor Gnatenko
2018-03-09 12:25:38 -08:00
committed by Carl Lerche
parent 3ad27e99ec
commit 189d6baac4
+1 -1
View File
@@ -17,7 +17,7 @@ tokio-executor = { version = "0.1.0", path = "../tokio-executor" }
futures = "0.1.18"
crossbeam-deque = "0.3"
num_cpus = "1.2"
rand = "0.3"
rand = "0.4"
log = "0.3"
[dev-dependencies]