From d7e84421039b2b6d29f8a36e24ca1770d4c875f5 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Tue, 29 Mar 2022 13:51:15 -0500 Subject: [PATCH] chore: Update tokio-util to 0.7 --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 2889ec03c..fb02318d3 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -59,7 +59,7 @@ async-stream = "0.3" http-body = "0.4.4" percent-encoding = "2.1" pin-project = "1.0" -tokio-util = {version = "0.6", features = ["codec"]} +tokio-util = {version = "0.7", features = ["codec"]} tower-layer = "0.3" tower-service = "0.3"