Skip to content

Commit 881dc87

Browse files
authored
chore: Disable unused tower feature (#2196)
1 parent 15e715c commit 881dc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ quickcheck_macros = "1.0"
105105
rand = "0.8"
106106
static_assertions = "1.0"
107107
tokio = {version = "1.0", features = ["rt", "macros"]}
108-
tower = {version = "0.5", features = ["full"]}
108+
tower = {version = "0.5", features = ["load-shed", "timeout"]}
109109

110110
[lints]
111111
workspace = true

0 commit comments

Comments
 (0)