From 62a116dbc0be453ee5526cee6aab9c4ab422fc91 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 31 Jul 2020 19:58:41 +0600 Subject: [PATCH] Use only required tokio-util features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb5d01f4..a543e931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde_json = "1.0.55" serde = { version = "1.0.114", features = ["derive"] } tokio = { version = "0.2.21", features = ["fs", "stream"] } -tokio-util = { version = "0.3.1", features = ["full"] } +tokio-util = "0.3.1" reqwest = { version = "0.10.6", features = ["json", "stream"] } log = "0.4.8"