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 amethyst

Dependencies

(31 total, 25 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 amethyst_animation^0.10.00.15.3out of date
 amethyst_assets^0.11.00.15.3out of date
 amethyst_audio^0.10.00.15.3out of date
 amethyst_config^0.14.00.15.3out of date
 amethyst_controls^0.9.00.15.3out of date
 amethyst_core^0.10.00.15.3out of date
 amethyst_derive^0.8.00.15.3out of date
 amethyst_error^0.5.00.15.3out of date
 amethyst_gltf^0.10.00.15.3out of date
 amethyst_input^0.11.00.15.3out of date
 amethyst_locale^0.9.00.15.3out of date
 amethyst_network^0.8.00.15.3out of date
 amethyst_rendy^0.5.00.15.3out of date
 amethyst_tiles^0.3.00.15.3out of date
 amethyst_ui^0.10.00.15.3out of date
 amethyst_utils^0.10.00.15.3out of date
 amethyst_window^0.5.00.15.3out of date
 crossbeam-channel^0.4.00.5.12out of date
 derivative^1.0.32.2.0out of date
 failure^0.1.70.1.8up to date
 fern^0.5.90.6.2out of date
 glsl-layout ⚠️^0.3.20.5.0out of date
 lazy_static^1.4.01.4.0up to date
 log^0.4.80.4.21up to date
 palette^0.40.7.5out of date
 rayon^1.3.01.10.0up to date
 rustc_version_runtime^0.1.50.3.0out of date
 sentry^0.17.00.32.3out of date
 serde^1.0.1041.0.198up to date
 thread_profiler^0.3.00.3.0up to date
 winit^0.190.29.15out of date

Security Vulnerabilities

glsl-layout: Double drop upon panic in 'fn map_array()'

RUSTSEC-2021-0005

Affected versions of this crate did not guard against panic within the user-provided function f (2nd parameter of fn map_array), and thus panic within f causes double drop of a single object.

The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within ManuallyDrop<T>.