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, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 snafu^0.70.8.5out of date
 input_buffer^0.50.5.0up to date
 bytes^1.41.10.1up to date
 amq-protocol^7.18.1.1out of date
 mio^0.61.0.3out of date
 mio-extras^2.02.0.6up to date
 cookie-factory^0.30.3.3up to date
 crossbeam-channel^0.50.5.14up to date
 indexmap^2.02.8.0up to date
 url^2.4.02.5.4up to date
 percent-encoding^2.32.3.1up to date
 tracing^0.1.370.1.41up to date
 rustls ⚠️^0.200.23.25out of date
 rustls-connector^0.16.10.21.6out of date
 webpki-roots^0.220.26.8out of date
 rustls-native-certs^0.60.8.1out of date
 native-tls^0.2.100.2.14up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 uuid^1.41.16.0up to date
 mockstream^0.0.30.0.3up to date
 tracing-subscriber^0.3.170.3.19up to date

Build dependencies

(1 total, 1 outdated)

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