From 189d6baac4fad21abe325018b3139b20102cfa45 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Mar 2018 21:25:38 +0100 Subject: [PATCH] tokio-threadpool: bump rand to 0.4 (#205) --- 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 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]