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

(17 total, 1 possibly insecure)

CrateRequiredLatestStatus
 ash^0.38.00.38.0+1.3.281up to date
 bytemuck^1.91.22.0up to date
 crossbeam-queue^0.30.3.12up to date
 foldhash^0.10.1.4up to date
 half^2.02.5.0up to date
 libloading^0.80.8.6up to date
 once_cell^1.171.21.1up to date
 parking_lot^0.120.12.3up to date
 raw-window-handle^0.60.6.2up to date
 raw-window-metal^1.01.1.0up to date
 serde^1.01.0.219up to date
 slabbin^1.11.2.0up to date
 smallvec^1.81.14.0up to date
 thread_local ⚠️^1.11.1.8maybe insecure
 vulkano-macros^0.350.35.0up to date
 x11-dl^2.02.21.0up to date
 x11rb^0.130.13.1up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 libc^0.2.1530.2.171up 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.