Update rand dep from 0.4 to 0.5 (#458)

This commit is contained in:
Roman
2018-07-11 12:14:40 -07:00
committed by Carl Lerche
parent 35123f7ae4
commit 36c817f0c3
+1 -1
View File
@@ -21,7 +21,7 @@ tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
futures = "0.1.19"
crossbeam-deque = "0.3"
num_cpus = "1.2"
rand = "0.4"
rand = "0.5"
log = "0.4"
[dev-dependencies]