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, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.80.8.12up to date
 ash^0.37.30.38.0+1.3.281out of date
 bytemuck^1.91.23.2up to date
 core-graphics-types^0.10.2.0out of date
 crossbeam-queue^0.30.3.12up to date
 half^22.6.0up to date
 libloading^0.80.8.8up to date
 objc^0.2.50.2.7up to date
 once_cell^1.171.21.3up to date
 parking_lot^0.120.12.4up to date
 raw-window-handle^0.50.6.2out of date
 serde^1.01.0.219up to date
 smallvec^1.81.15.1up to date
 thread_local ⚠️^1.11.1.9maybe insecure
 vulkano-macros^0.34.00.35.0out of date

Dev dependencies

(2 total, 1 outdated)

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