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 bevy_utils

Dependencies

(7 total, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.8.70.8.11up to date
 bevy_utils_proc_macros^0.14.20.14.2up to date
 getrandom^0.2.00.2.15up to date
 hashbrown^0.140.14.5up to date
 thread_local ⚠️^1.01.1.8maybe insecure
 tracing^0.10.1.40up to date
 web-time^1.11.1.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 static_assertions^1.1.01.1.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.