From 6a34fd6d3f668a0566996d6f16b0fec09a61f496 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 26 Oct 2024 07:19:15 +0900 Subject: [PATCH] chore: Add pin-project crate to external type --- tonic-web/Cargo.toml | 1 + tonic/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/tonic-web/Cargo.toml b/tonic-web/Cargo.toml index 8a6e4dbcd..ded0aedec 100644 --- a/tonic-web/Cargo.toml +++ b/tonic-web/Cargo.toml @@ -39,6 +39,7 @@ allowed_external_types = [ "bytes::*", "http::*", "http_body::*", + "pin_project::*", # not major released "futures_core::stream::Stream", diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 186d3c03d..30797795c 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -122,6 +122,7 @@ allowed_external_types = [ "http_body::*", "hyper::*", "rustls_pki_types::*", + "pin_project::*", # not major released "prost::*",