hyper icon indicating copy to clipboard operation
hyper copied to clipboard

Meta: Audit public dependencies

Open seanmonstar opened this issue 3 years ago • 1 comments

As part of reaching hyper 1.0, we need to audit the "public" dependencies to make sure that:

  • We actually mean for that dependency to be exposed.
  • The dependency is stable.

This list might be incomplete, but currently has:

  • [ ] http must reach 1.0
  • [ ] http-body must reach 1.0
  • [ ] tracing must be made "unstable" in hyper (until tracing-core is 1.0)
  • [x] bytes must be 1.0
  • [ ] Tokio 1.0 or remove for hyper::io traits

seanmonstar avatar May 26 '22 23:05 seanmonstar

I think the Tokio 1.0 checkmark should be checked off, given that Tokio's io traits are stable :)

hawkw avatar Jun 10 '22 17:06 hawkw