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 obvhs

Dependencies

(9 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bytemuck^11.25.0up to date
 glam>=0.30, <0.320.32.1out of date
 half^22.7.1up to date
 log^0.40.4.29up to date
 profiling^11.0.17up to date
 rayon^11.11.0up to date
 rdst^0.200.20.14up to date
 static_assertions^11.1.0up to date
 thread_local ⚠️^11.1.9maybe insecure

Dev dependencies

(6 total, all up-to-date)

CrateRequiredLatestStatus
 argh^0.10.1.19up to date
 image^0.250.25.10up to date
 minifb^0.280.28.0up to date
 obj^0.100.10.2up to date
 rayon^11.11.0up to date
 ruzstd^0.80.8.2up 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.