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"