From 6667ace032632433d678a4db1b9ce3ee2658c508 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 1 Nov 2022 12:53:18 -0400 Subject: [PATCH] Update minimal version of pin-project (#1132) --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index c598ff48f..c138aa184 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -61,7 +61,7 @@ tracing = "0.1" async-stream = "0.3" http-body = "0.4.4" percent-encoding = "2.1" -pin-project = "1.0" +pin-project = "1.0.11" tokio-util = {version = "0.7", features = ["codec"]} tower-layer = "0.3" tower-service = "0.3"