chore: bump rand dependency to 0.6 (#753)

This commit is contained in:
Alex Gaynor 2018-11-16 17:54:14 -05:00 committed by Carl Lerche
parent c83355235c
commit d0963774a3
3 changed files with 3 additions and 3 deletions

View File

@ -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" }

View File

@ -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]

View File

@ -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 = "../" }