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 slog-term

Dependencies

(8 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 atty^0.20.2.14up to date
 erased-serde^0.30.4.4out of date
 serde^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 slog^22.7.0up to date
 term^0.70.7.0up to date
 thread_local ⚠️^11.1.8maybe insecure
 time^0.30.3.36up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 slog-async^22.8.0up to date

Security Vulnerabilities

thread_local: Data race in `Iter` and `IterMut`

RUSTSEC-2022-0006

In the affected version of this crate, {Iter, IterMut}::next used a weaker memory ordering when loading values than what was required, exposing a potential data race when iterating over a ThreadLocal's values.

Crates using Iter::next, or IterMut::next are affected by this issue.