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 bnuuy

Dependencies

(17 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 snafu^0.70.8.2out of date
 input_buffer^0.50.5.0up to date
 bytes^1.41.6.0up to date
 amq-protocol^7.17.2.0up to date
 mio^0.60.8.11out of date
 mio-extras^2.02.0.6up to date
 cookie-factory^0.30.3.3up to date
 crossbeam-channel^0.50.5.12up to date
 indexmap^2.02.2.6up to date
 url^2.4.02.5.0up to date
 percent-encoding^2.32.3.1up to date
 tracing^0.1.370.1.40up to date
 rustls ⚠️^0.200.23.6out of date
 rustls-connector^0.16.10.21.0out of date
 webpki-roots^0.220.26.1out of date
 rustls-native-certs^0.60.7.0out of date
 native-tls^0.2.100.2.11up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 uuid^1.41.8.0up to date
 mockstream^0.0.30.0.3up to date
 tracing-subscriber^0.3.170.3.18up to date

Build dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 built^0.6.10.7.2out 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.