diff --git a/linkerd/proxy/api-resolve/src/resolve.rs b/linkerd/proxy/api-resolve/src/resolve.rs index 1a23b8292d..56c6b60793 100644 --- a/linkerd/proxy/api-resolve/src/resolve.rs +++ b/linkerd/proxy/api-resolve/src/resolve.rs @@ -24,7 +24,7 @@ impl Resolve where S: GrpcService + Clone + Send + 'static, S::Error: Into + Send, - S::ResponseBody: Default + Body + Send + 'static, + S::ResponseBody: Body + Send + 'static, ::Error: Into + Send, S::Future: Send, { @@ -48,7 +48,7 @@ where T: Param, S: GrpcService + Clone + Send + 'static, S::Error: Into + Send, - S::ResponseBody: Default + Body + Send + 'static, + S::ResponseBody: Body + Send + 'static, ::Error: Into + Send, S::Future: Send, {