Skip to content

Commit 2138cdc

Browse files
authored
chore: Disable unused tower feature (#2270)
1 parent b303caa commit 2138cdc

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
@@ -101,7 +101,7 @@ quickcheck = "1.0"
101101
quickcheck_macros = "1.0"
102102
static_assertions = "1.0"
103103
tokio = {version = "1.0", features = ["rt-multi-thread", "macros"]}
104-
tower = {version = "0.5", features = ["full"]}
104+
tower = {version = "0.5", features = ["load-shed", "timeout"]}
105105

106106
[lints]
107107
workspace = true

0 commit comments

Comments
 (0)