Skip to content

failed to resolve: use of unresolved module or unlinked crate tokio_rustls #323

@fikersd

Description

@fikersd

rmqtt version: 0.17.0
rmqtt-net version: 0.3.0

failed to resolve: use of unresolved module or unlinked crate tokio_rustls
--> rmqtt-net-0.3.0/src/cert.rs:96:36
|
96 | impl TlsCertExtractor for WsStream<tokio_rustls::server::TlsStreamtokio::net::TcpStream> {
| ^^^^^^^^^^^^ use of unresolved module or unlinked crate tokio_rustls
|
help: there is a crate or module with a similar name
|
96 - impl TlsCertExtractor for WsStream<tokio_rustls::server::TlsStreamtokio::net::TcpStream> {
96 + impl TlsCertExtractor for WsStream<tokio_util::server::TlsStreamtokio::net::TcpStream> {

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