Skip to content

Tokio 0.2 upgrade #3387

Description

@bartlomieju

Opening for tracking purposes.

I'm trying to update Deno to Tokio master branch (pending 0.2 release).

For know it seems we have two dependencies blocking the transition:

  • tokio-rustls - resources: clientTlsStream, serverTlsStream
  • reqwest - resource: httpBody

Problems are related to AsyncRead/AsyncWrite traits as well as fact that we create tls connections from TcpStream which is incompatible with master branch.

These two dependencies are in already in alpha (just like tokio) so I expect they should be release one after another in short period.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions