mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: update rand dependency to 0.7 (#1302)
This commit is contained in:
parent
0b75c0c53d
commit
ca708d6d87
@ -30,7 +30,7 @@ tokio-io = { version = "0.2.0", path = "../tokio-io" }
|
|||||||
tokio-futures = { version = "0.2.0", path = "../tokio-futures" }
|
tokio-futures = { version = "0.2.0", path = "../tokio-futures" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.6"
|
rand = "0.7"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
tempdir = "0.3"
|
tempdir = "0.3"
|
||||||
tokio-codec = { version = "0.2.0", path = "../tokio-codec" }
|
tokio-codec = { version = "0.2.0", path = "../tokio-codec" }
|
||||||
|
@ -31,7 +31,7 @@ crossbeam-deque = "0.7.0"
|
|||||||
crossbeam-queue = "0.1.0"
|
crossbeam-queue = "0.1.0"
|
||||||
crossbeam-utils = "0.6.4"
|
crossbeam-utils = "0.6.4"
|
||||||
num_cpus = "1.2"
|
num_cpus = "1.2"
|
||||||
rand = "0.6"
|
rand = "0.7"
|
||||||
slab = "0.4.1"
|
slab = "0.4.1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ slab = "0.4.1"
|
|||||||
futures-core-preview = { version = "0.3.0-alpha.17", optional = true }
|
futures-core-preview = { version = "0.3.0-alpha.17", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.6"
|
rand = "0.7"
|
||||||
tokio = { version = "0.2.0", path = "../tokio" }
|
tokio = { version = "0.2.0", path = "../tokio" }
|
||||||
tokio-current-thread = { version = "0.2.0", path = "../tokio-current-thread" }
|
tokio-current-thread = { version = "0.2.0", path = "../tokio-current-thread" }
|
||||||
tokio-sync = { version = "0.2.0", path = "../tokio-sync", features = ["async-traits"] }
|
tokio-sync = { version = "0.2.0", path = "../tokio-sync", features = ["async-traits"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user