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 lz_diet

Dependencies

(7 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 binary-tree^0.2.00.2.0up to date
 chrono ⚠️^0.4.00.4.38maybe insecure
 extprim^1.4.01.7.1up to date
 log^0.3.80.4.21out of date
 matches^0.1.60.1.10up to date
 num-bigint^0.1.400.4.4out of date
 num-traits^0.1.400.2.18out of date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.4.30.11.3out of date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References