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 15e715c commit 881dc87Copy full SHA for 881dc87
tonic/Cargo.toml
@@ -105,7 +105,7 @@ quickcheck_macros = "1.0"
105
rand = "0.8"
106
static_assertions = "1.0"
107
tokio = {version = "1.0", features = ["rt", "macros"]}
108
-tower = {version = "0.5", features = ["full"]}
+tower = {version = "0.5", features = ["load-shed", "timeout"]}
109
110
[lints]
111
workspace = true
0 commit comments