We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b303caa commit 2138cdcCopy full SHA for 2138cdc
tonic/Cargo.toml
@@ -101,7 +101,7 @@ quickcheck = "1.0"
101
quickcheck_macros = "1.0"
102
static_assertions = "1.0"
103
tokio = {version = "1.0", features = ["rt-multi-thread", "macros"]}
104
-tower = {version = "0.5", features = ["full"]}
+tower = {version = "0.5", features = ["load-shed", "timeout"]}
105
106
[lints]
107
workspace = true
0 commit comments