From 36c817f0c396f6907439b3cbcb4a8d649df8e6f7 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 11 Jul 2018 23:14:40 +0400 Subject: [PATCH] Update rand dep from 0.4 to 0.5 (#458) --- tokio-threadpool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-threadpool/Cargo.toml b/tokio-threadpool/Cargo.toml index a3e2e9b01..04c571e96 100644 --- a/tokio-threadpool/Cargo.toml +++ b/tokio-threadpool/Cargo.toml @@ -21,7 +21,7 @@ tokio-executor = { version = "0.1.2", path = "../tokio-executor" } futures = "0.1.19" crossbeam-deque = "0.3" num_cpus = "1.2" -rand = "0.4" +rand = "0.5" log = "0.4" [dev-dependencies]