This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate tokio-rustls

Dependencies

(4 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 futures^0.1.150.3.31out of date
 rustls ⚠️^0.110.23.28out of date
 tokio-io^0.1.30.1.13up to date
 tokio-proto^0.1.10.1.1up to date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 clap^2.264.5.40out of date
 tokio-core^0.1.90.1.18up to date
 tokio-file-unix^0.40.6.0out of date
 webpki-roots^0.131.0.1out of date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.