From 6eaadd613b6ef5c361e52d6c9bc2b75011cf041a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 29 Nov 2019 20:04:42 +0100 Subject: [PATCH] Remove unused bytes dependency --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0463a3a..a0f4f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["connect", "tls", "async_std_runtime"] connect = ["stream"] async_std_runtime = ["connect", "tls", "async-std"] tls = ["async-tls", "stream"] -stream = ["bytes"] +stream = [] [dependencies] log = "0.4" @@ -26,10 +26,6 @@ pin-project = "0.4" version = "0.9.2" default-features = false -[dependencies.bytes] -optional = true -version = "0.5" - [dependencies.async-std] optional = true version = "1.0"