From db2c8b14897c3b257a28217d02d2fc20a4396d8f Mon Sep 17 00:00:00 2001 From: zys864 <616561164@qq.com> Date: Tue, 15 Feb 2022 15:27:59 +0800 Subject: [PATCH] remove unused `tokio-util` dependency (#758) --- axum/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/axum/Cargo.toml b/axum/Cargo.toml index baf59fb2..a84c105d 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -37,7 +37,6 @@ serde = "1.0" serde_urlencoded = "0.7" sync_wrapper = "0.1.1" tokio = { version = "1", features = ["time"] } -tokio-util = "0.6" tower = { version = "0.4.11", default-features = false, features = ["util", "buffer", "make"] } tower-http = { version = "0.2.0", features = ["util", "map-response-body"] } tower-layer = "0.3"