mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
chore: bump rand dependency to 0.6 (#753)
This commit is contained in:
parent
c83355235c
commit
d0963774a3
@ -25,7 +25,7 @@ tokio-threadpool = { version = "0.1.3", path = "../tokio-threadpool" }
|
||||
tokio-io = { version = "0.1.6", path = "../tokio-io" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.5"
|
||||
rand = "0.6"
|
||||
tempfile = "3"
|
||||
tempdir = "0.3"
|
||||
tokio-io = { version = "0.1.6", path = "../tokio-io" }
|
||||
|
@ -23,7 +23,7 @@ futures = "0.1.19"
|
||||
crossbeam-deque = "0.6.1"
|
||||
crossbeam-utils = "0.6.0"
|
||||
num_cpus = "1.2"
|
||||
rand = "0.5"
|
||||
rand = "0.6"
|
||||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -25,6 +25,6 @@ crossbeam-utils = "0.6.0"
|
||||
slab = "0.4.1"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.5"
|
||||
rand = "0.6"
|
||||
tokio-mock-task = "0.1.0"
|
||||
tokio = { version = "0.1.7", path = "../" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user