From 606d0d5a1aa21fe73de8da046c5c55d07655e2c7 Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 3 Mar 2025 07:06:19 +0900 Subject: [PATCH] chore: Disable unused tower feature --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index eee2c3f73..76b28ad0c 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -105,7 +105,7 @@ quickcheck_macros = "1.0" rand = "0.8" static_assertions = "1.0" tokio = {version = "1.0", features = ["rt", "macros"]} -tower = {version = "0.5", features = ["full"]} +tower = {version = "0.5", features = ["load-shed", "timeout"]} [lints] workspace = true