diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 69c39a790..5119a6f57 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -51,7 +51,7 @@ base64 = "0.11" percent-encoding = "2.0" tower-service = "0.3" -tokio-util = { version = "0.2", features = ["codec"] } +tokio-util = { version = "0.3", features = ["codec"] } async-stream = "0.2" http-body = "0.3" pin-project = "0.4"