From 555323630add616613d5d711f43012fbeaacba60 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 31 Mar 2020 15:06:52 -0400 Subject: [PATCH] chore: Update `tokio-util 0.3` (#315) Signed-off-by: Lucio Franco --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 69c39a7..5119a6f 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"