From c2a539783da92d82587c09bf72e929f22406fca9 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 10 Jul 2019 10:16:35 -0700 Subject: [PATCH] chore(dependencies): remove tokio-executor from runtime feature --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1dcca6bd..cf014bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ pin-utils = "0.1.0-alpha.4" time = "0.1" tokio = { git = "https://github.com/tokio-rs/tokio", optional = true, default-features = false, features = ["rt-full"] } tokio-buf = "0.1" -tokio-executor = { git = "https://github.com/tokio-rs/tokio", optional = true } +tokio-executor = { git = "https://github.com/tokio-rs/tokio" } tokio-io = { git = "https://github.com/tokio-rs/tokio" } tokio-reactor = { git = "https://github.com/tokio-rs/tokio", optional = true } tokio-sync = { git = "https://github.com/tokio-rs/tokio" } @@ -70,7 +70,6 @@ default = [ runtime = [ "net2", "tokio", - "tokio-executor", "tokio-reactor", "tokio-tcp", "tokio-threadpool",