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 wgpu

Dependencies

(20 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.7.10.7.6up to date
 bitflags^2.92.11.0up to date
 cfg-if^11.0.4up to date
 document-features^0.2.100.2.12up to date
 hashbrown ⚠️^0.150.16.1out of date
 js-sys^0.3.770.3.91up to date
 log^0.4.210.4.29up to date
 naga^26.0.028.0.0out of date
 parking_lot^0.12.30.12.5up to date
 portable-atomic^1.81.13.1up to date
 profiling^1.0.11.0.17up to date
 raw-window-handle^0.6.20.6.2up to date
 smallvec^1.91.15.1up to date
 static_assertions^1.11.1.0up to date
 wasm-bindgen^0.2.1000.2.114up to date
 wasm-bindgen-futures^0.4.430.4.64up to date
 web-sys^0.3.770.3.91up to date
 wgpu-core^26.0.028.0.1out of date
 wgpu-hal^26.0.028.0.1out of date
 wgpu-types^26.0.028.0.0out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 bytemuck^1.221.25.0up to date

Security Vulnerabilities

hashbrown: Borsh serialization of HashMap is non-canonical

RUSTSEC-2024-0402

The borsh serialization of the HashMap did not follow the borsh specification. It potentially produced non-canonical encodings dependent on insertion order. It also did not perform canonicty checks on decoding.

This can result in consensus splits and cause equivalent objects to be considered distinct.

This was patched in 0.15.1.