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_egui

Dependencies

(5 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arboard^2.0.13.4.0out of date
 bevy^0.80.13.2out of date
 egui^0.180.27.2out of date
 thread_local ⚠️^1.1.01.1.8maybe insecure
 webbrowser^0.71.0.1out of date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 bevy^0.80.13.2out of date
 once_cell^1.9.01.19.0up to date
 version-sync^0.9.20.9.5up 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.