From 350ccf95e4ee71f85a2a1af7dc3e1df6cca1a2e3 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Wed, 30 Mar 2022 09:44:07 -0500 Subject: [PATCH] chore: Update tokio-util to 0.7 (#949) Co-authored-by: Adam Chalmers --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 514484f1b..a91df6de5 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"