Update tokio and hyper alphas

This commit is contained in:
Sean McArthur
2019-10-01 11:56:16 -07:00
parent ebe57e10a3
commit cba1e4e82e
2 changed files with 12 additions and 12 deletions

View File

@@ -329,6 +329,6 @@ impl HttpBody for WrapHyper {
}
fn size_hint(&self) -> http_body::SizeHint {
self.0.size_hint()
HttpBody::size_hint(&self.0)
}
}