mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Update rand dep from 0.4 to 0.5 (#458)
This commit is contained in:
@@ -21,7 +21,7 @@ tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
|
|||||||
futures = "0.1.19"
|
futures = "0.1.19"
|
||||||
crossbeam-deque = "0.3"
|
crossbeam-deque = "0.3"
|
||||||
num_cpus = "1.2"
|
num_cpus = "1.2"
|
||||||
rand = "0.4"
|
rand = "0.5"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user