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 tui-logger

Dependencies

(10 total, 1 possibly insecure)

CrateRequiredLatestStatus
 log^0.40.4.17up to date
 chrono ⚠️^0.40.4.24maybe insecure
 tui^0.190.19.0up to date
 ratatui^0.200.20.1up to date
 tracing^0.1.370.1.37up to date
 tracing-subscriber^0.30.3.16up to date
 lazy_static^1.01.4.0up to date
 fxhash^0.20.2.1up to date
 parking_lot^0.120.12.1up to date
 slog^2.7.02.7.0up to date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 termion^1.52.0.1out of date
 env_logger^0.10.00.10.0up to 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