From e6782fe5f987960e96e48671bbaacc802dfddab9 Mon Sep 17 00:00:00 2001 From: Saber Haj Rabiee Date: Wed, 25 Sep 2024 05:04:18 -0700 Subject: [PATCH] fix: add `tower?/util` dep for `channel` feature only builds (#1954) --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index bf32e23c1..86d1e8feb 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -47,7 +47,7 @@ server = [ channel = [ "dep:hyper", "hyper?/client", "dep:hyper-util", "hyper-util?/client-legacy", - "dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit", + "dep:tower", "tower?/balance", "tower?/buffer", "tower?/discover", "tower?/limit", "tower?/util", "dep:tokio", "tokio?/time", "dep:hyper-timeout", ]