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, 7 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.12.0up to date
 async-trait^0.1.720.1.80up to date
 asynchronous-codec^0.6.20.7.0out of date
 bit-vec^0.6.30.6.3up to date
 bytes^1.4.01.6.0up to date
 chrono^0.4.260.4.38up to date
 crc^3.0.13.2.1up to date
 data-url^0.3.00.3.1up to date
 flate2^1.0.261.0.30up to date
 futures^0.3.280.3.30up to date
 futures-io^0.3.280.3.30up to date
 futures-timer^3.0.23.0.3up to date
 log^0.4.190.4.21up to date
 lz4^1.24.01.24.0up to date
 native-tls^0.2.110.2.11up to date
 nom^7.1.37.1.3up to date
 oauth2^4.4.14.4.2up to date
 openidconnect^3.3.03.5.0up to date
 pem^3.0.03.0.4up to date
 prost^0.11.90.12.4out of date
 prost-derive^0.11.90.12.4out of date
 rand^0.8.50.8.5up to date
 regex^1.9.11.10.4up to date
 rustls ⚠️^0.21.60.23.5out of date
 serde^1.0.1751.0.200up to date
 serde_json^1.0.1031.0.116up to date
 snap^1.1.01.1.1up to date
 tokio^1.29.11.37.0up to date
 tokio-native-tls^0.3.10.3.1up to date
 tokio-rustls^0.24.10.26.0out of date
 tokio-util^0.7.80.7.11up to date
 tracing^0.1.370.1.40up to date
 url^2.4.02.5.0up to date
 uuid^1.4.11.8.0up to date
 webpki-roots^0.25.10.26.1out of date
 zstd^0.12.40.13.1out of date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.10.00.11.3out of date
 serde^1.0.1751.0.200up to date
 serde_json^1.0.1031.0.116up to date
 tokio^1.29.11.37.0up 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.