From 8eed9c9ad48d26c6fb8349447b973424d903d379 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Tue, 17 May 2022 08:30:16 -0700 Subject: [PATCH] Regenerate rust protobuf bindings with tonic v0.7.2 (#108) Signed-off-by: Oliver Gould --- src/gen/google.protobuf.rs | 0 src/gen/io.linkerd.proxy.destination.rs | 3 ++- src/gen/io.linkerd.proxy.identity.rs | 3 ++- src/gen/io.linkerd.proxy.inbound.rs | 3 ++- src/gen/io.linkerd.proxy.tap.rs | 3 ++- 5 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 src/gen/google.protobuf.rs diff --git a/src/gen/google.protobuf.rs b/src/gen/google.protobuf.rs new file mode 100644 index 000000000..e69de29bb diff --git a/src/gen/io.linkerd.proxy.destination.rs b/src/gen/io.linkerd.proxy.destination.rs index c7349267c..4eac25b15 100644 --- a/src/gen/io.linkerd.proxy.destination.rs +++ b/src/gen/io.linkerd.proxy.destination.rs @@ -320,7 +320,7 @@ pub mod destination_client { where T: tonic::client::GrpcService, T::Error: Into, - T::ResponseBody: Default + Body + Send + 'static, + T::ResponseBody: Body + Send + 'static, ::Error: Into + Send, { pub fn new(inner: T) -> Self { @@ -333,6 +333,7 @@ pub mod destination_client { ) -> DestinationClient> where F: tonic::service::Interceptor, + T::ResponseBody: Default, T: tonic::codegen::Service< http::Request, Response = http::Response< diff --git a/src/gen/io.linkerd.proxy.identity.rs b/src/gen/io.linkerd.proxy.identity.rs index 0196bebc1..4d9d10178 100644 --- a/src/gen/io.linkerd.proxy.identity.rs +++ b/src/gen/io.linkerd.proxy.identity.rs @@ -36,7 +36,7 @@ pub mod identity_client { where T: tonic::client::GrpcService, T::Error: Into, - T::ResponseBody: Default + Body + Send + 'static, + T::ResponseBody: Body + Send + 'static, ::Error: Into + Send, { pub fn new(inner: T) -> Self { @@ -49,6 +49,7 @@ pub mod identity_client { ) -> IdentityClient> where F: tonic::service::Interceptor, + T::ResponseBody: Default, T: tonic::codegen::Service< http::Request, Response = http::Response< diff --git a/src/gen/io.linkerd.proxy.inbound.rs b/src/gen/io.linkerd.proxy.inbound.rs index 693ab765f..a230274bf 100644 --- a/src/gen/io.linkerd.proxy.inbound.rs +++ b/src/gen/io.linkerd.proxy.inbound.rs @@ -190,7 +190,7 @@ pub mod inbound_server_policies_client { where T: tonic::client::GrpcService, T::Error: Into, - T::ResponseBody: Default + Body + Send + 'static, + T::ResponseBody: Body + Send + 'static, ::Error: Into + Send, { pub fn new(inner: T) -> Self { @@ -203,6 +203,7 @@ pub mod inbound_server_policies_client { ) -> InboundServerPoliciesClient> where F: tonic::service::Interceptor, + T::ResponseBody: Default, T: tonic::codegen::Service< http::Request, Response = http::Response< diff --git a/src/gen/io.linkerd.proxy.tap.rs b/src/gen/io.linkerd.proxy.tap.rs index 6a375a260..a410cf069 100644 --- a/src/gen/io.linkerd.proxy.tap.rs +++ b/src/gen/io.linkerd.proxy.tap.rs @@ -287,7 +287,7 @@ pub mod tap_client { where T: tonic::client::GrpcService, T::Error: Into, - T::ResponseBody: Default + Body + Send + 'static, + T::ResponseBody: Body + Send + 'static, ::Error: Into + Send, { pub fn new(inner: T) -> Self { @@ -300,6 +300,7 @@ pub mod tap_client { ) -> TapClient> where F: tonic::service::Interceptor, + T::ResponseBody: Default, T: tonic::codegen::Service< http::Request, Response = http::Response<