From 1586d7499ce52cda4316faff8a0b6cb0684066d8 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 26 Sep 2024 09:23:12 +0200 Subject: [PATCH] server: Enable tower util feature (#1464) --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index f647d3fa1f..f244393be7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -29,7 +29,7 @@ hyper-util = { version = "0.1", features = ["tokio", "service", "tokio", "server http = "1" http-body = "1" http-body-util = "0.1.0" -tower = "0.4.13" +tower = { version = "0.4.13", features = ["util"] } thiserror = "1" route-recognizer = "0.3.1" pin-project = "1.1.3"