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 pulsar

Dependencies

(38 total, 12 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-native-tls^0.5.00.5.0up to date
 async-rustls^0.4.00.4.2up to date
 async-std^1.12.01.13.2up to date
 async-trait^0.1.720.1.89up to date
 asynchronous-codec^0.6.20.7.0out of date
 bit-vec^0.6.30.8.0out of date
 bytes^1.4.01.10.1up to date
 chrono^0.4.260.4.42up to date
 crc^3.0.13.3.0up to date
 data-url^0.3.00.3.2up to date
 flate2^1.0.261.1.2up to date
 futures^0.3.280.3.31up to date
 futures-io^0.3.280.3.31up to date
 futures-timer^3.0.23.0.3up to date
 log^0.4.190.4.28up to date
 lz4^1.24.01.28.1up to date
 native-tls^0.2.110.2.14up to date
 nom^7.1.38.0.0out of date
 oauth2^4.4.15.0.0out of date
 openidconnect^3.3.04.0.1out of date
 pem^3.0.03.0.5up to date
 prost^0.11.90.14.1out of date
 prost-derive^0.11.90.14.1out of date
 rand^0.8.50.9.2out of date
 regex^1.9.11.11.2up to date
 rustls ⚠️^0.21.60.23.31out of date
 serde^1.0.1751.0.225up to date
 serde_json^1.0.1031.0.145up to date
 snap^1.1.01.1.1up to date
 tokio^1.29.11.47.1up to date
 tokio-native-tls^0.3.10.3.1up to date
 tokio-rustls^0.24.10.26.2out of date
 tokio-util^0.7.80.7.16up to date
 tracing^0.1.370.1.41up to date
 url^2.4.02.5.7up to date
 uuid^1.4.11.18.1up to date
 webpki-roots^0.25.11.0.2out of date
 zstd^0.12.40.13.3out of date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.10.00.11.8out of date
 serde^1.0.1751.0.225up to date
 serde_json^1.0.1031.0.145up to date
 tokio^1.29.11.47.1up to 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.