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 vulkano

Dependencies

(15 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.80.8.11up to date
 ash^0.37.30.38.0+1.3.281out of date
 bytemuck^1.91.19.0up to date
 core-graphics-types^0.10.2.0out of date
 crossbeam-queue^0.30.3.11up to date
 half^22.4.1up to date
 libloading^0.80.8.5up to date
 objc^0.2.50.2.7up to date
 once_cell^1.171.20.2up to date
 parking_lot^0.120.12.3up to date
 raw-window-handle^0.50.6.2out of date
 serde^1.01.0.214up to date
 smallvec^1.81.13.2up to date
 thread_local ⚠️^1.11.1.8maybe insecure
 vulkano-macros^0.34.00.34.0up to date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 cgmath^0.180.18.0up to date
 nalgebra^0.320.33.2out of 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.