diff --git a/linkerd/proxy/identity-client/src/certify.rs b/linkerd/proxy/identity-client/src/certify.rs index ce2839b0df..61d313fe5e 100644 --- a/linkerd/proxy/identity-client/src/certify.rs +++ b/linkerd/proxy/identity-client/src/certify.rs @@ -93,7 +93,7 @@ impl Certify { C: Credentials, N: NewService<(), Service = S>, S: GrpcService, - S::ResponseBody: Default + Body + Send + 'static, + S::ResponseBody: Body + Send + 'static, ::Error: Into + Send, { debug!("Identity daemon running"); @@ -155,7 +155,7 @@ async fn certify( where C: Credentials, S: GrpcService, - S::ResponseBody: Default + Body + Send + 'static, + S::ResponseBody: Body + Send + 'static, ::Error: Into + Send, { let req = tonic::Request::new(api::CertifyRequest {