From 831be9c08e1679b9f59e96e042f0258c9f682a48 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 7 Aug 2019 19:55:42 -0700 Subject: [PATCH] executor: remove unused dependency (#1406) --- tokio-executor/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tokio-executor/Cargo.toml b/tokio-executor/Cargo.toml index 68f50f79e..0219e826e 100644 --- a/tokio-executor/Cargo.toml +++ b/tokio-executor/Cargo.toml @@ -23,7 +23,6 @@ categories = ["concurrency", "asynchronous"] publish = false [dependencies] -crossbeam-utils = { git = "https://github.com/stjepang/crossbeam", branch = "raw-parker" } [dev-dependencies] futures-core-preview = "=0.3.0-alpha.17"