File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
linkerd/proxy/identity-client/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ impl Certify {
9393 C : Credentials ,
9494 N : NewService < ( ) , Service = S > ,
9595 S : GrpcService < BoxBody > ,
96- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
96+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
9797 <S :: ResponseBody as Body >:: Error : Into < Error > + Send ,
9898 {
9999 debug ! ( "Identity daemon running" ) ;
@@ -155,7 +155,7 @@ async fn certify<C, S>(
155155where
156156 C : Credentials ,
157157 S : GrpcService < BoxBody > ,
158- S :: ResponseBody : Default + Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
158+ S :: ResponseBody : Body < Data = tonic:: codegen:: Bytes > + Send + ' static ,
159159 <S :: ResponseBody as Body >:: Error : Into < Error > + Send ,
160160{
161161 let req = tonic:: Request :: new ( api:: CertifyRequest {
You can’t perform that action at this time.
0 commit comments