mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
Remove last non-dev dependency on rand crate (#1324)
Use std RandomState for XorShift seeding. This allows dropping _rand_ crate dep here, accept as a dev dependency for tests or benchmarks.
This commit is contained in:
committed by
Carl Lerche
parent
12ce75f088
commit
b89ed00a0d
@@ -32,11 +32,12 @@ crossbeam-deque = "0.7.0"
|
||||
crossbeam-queue = "0.1.0"
|
||||
crossbeam-utils = "0.6.4"
|
||||
num_cpus = "1.2"
|
||||
rand = "0.7"
|
||||
slab = "0.4.1"
|
||||
log = "0.4"
|
||||
lazy_static = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.7"
|
||||
env_logger = "0.5"
|
||||
async-util = { git = "https://github.com/tokio-rs/async" }
|
||||
tokio = { version = "0.2.0", path = "../tokio" }
|
||||
|
||||
Reference in New Issue
Block a user