mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
tokio-threadpool: bump rand to 0.4 (#205)
This commit is contained in:
committed by
Carl Lerche
parent
3ad27e99ec
commit
189d6baac4
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user