diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index c598ff4..c138aa1 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"