diff --git a/tokio-threadpool/Cargo.toml b/tokio-threadpool/Cargo.toml index 70abe6e74..d866b0f12 100644 --- a/tokio-threadpool/Cargo.toml +++ b/tokio-threadpool/Cargo.toml @@ -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]