build(deps): Bump http-body from 0.4.6 to 1.0.0 #1809
Annotations
11 errors
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L54
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:54:5
|
54 | / fn poll_data(
55 | | mut self: Pin<&mut Self>,
56 | | cx: &mut Context<'_>,
57 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
58 | | self.as_mut().inner.as_mut().poll_data(cx)
59 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L54
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:54:5
|
54 | / fn poll_data(
55 | | mut self: Pin<&mut Self>,
56 | | cx: &mut Context<'_>,
57 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
58 | | self.as_mut().inner.as_mut().poll_data(cx)
59 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L62
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:62:5
|
62 | / fn poll_trailers(
63 | | mut self: Pin<&mut Self>,
64 | | cx: &mut Context<'_>,
65 | | ) -> Poll<Result<Option<HeaderMap<HeaderValue>>, Self::Error>> {
66 | | self.as_mut().inner.as_mut().poll_trailers(cx)
67 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L62
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:62:5
|
62 | / fn poll_trailers(
63 | | mut self: Pin<&mut Self>,
64 | | cx: &mut Context<'_>,
65 | | ) -> Poll<Result<Option<HeaderMap<HeaderValue>>, Self::Error>> {
66 | | self.as_mut().inner.as_mut().poll_trailers(cx)
67 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L107
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:107:5
|
107 | / fn poll_data(
108 | | self: Pin<&mut Self>,
109 | | cx: &mut Context<'_>,
110 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
... |
116 | | }))
117 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L107
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:107:5
|
107 | / fn poll_data(
108 | | self: Pin<&mut Self>,
109 | | cx: &mut Context<'_>,
110 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
... |
116 | | }))
117 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L120
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:120:5
|
120 | / fn poll_trailers(
121 | | self: Pin<&mut Self>,
122 | | cx: &mut Context<'_>,
123 | | ) -> Poll<Result<Option<HeaderMap<HeaderValue>>, Self::Error>> {
124 | | Poll::Ready(futures::ready!(self.project().0.poll_trailers(cx)).map_err(Into::into))
125 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L120
error[E0407]: method `poll_trailers` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:120:5
|
120 | / fn poll_trailers(
121 | | self: Pin<&mut Self>,
122 | | cx: &mut Context<'_>,
123 | | ) -> Poll<Result<Option<HeaderMap<HeaderValue>>, Self::Error>> {
124 | | Poll::Ready(futures::ready!(self.project().0.poll_trailers(cx)).map_err(Into::into))
125 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L147
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:147:5
|
147 | / fn poll_data(
148 | | self: Pin<&mut Self>,
149 | | _: &mut Context<'_>,
150 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
151 | | Poll::Ready(None)
152 | | }
| |_____^ not a member of trait `Body`
|
Run just check-crate linkerd-http-box:
linkerd/http-box/src/body.rs#L147
error[E0407]: method `poll_data` is not a member of trait `Body`
--> linkerd/http-box/src/body.rs:147:5
|
147 | / fn poll_data(
148 | | self: Pin<&mut Self>,
149 | | _: &mut Context<'_>,
150 | | ) -> Poll<Option<Result<Self::Data, Self::Error>>> {
151 | | Poll::Ready(None)
152 | | }
| |_____^ not a member of trait `Body`
|
The logs for this run have expired and are no longer available.
Loading