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 vello_common

Dependencies

(10 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bytemuck^1.23.01.23.2up to date
 fearless_simd^0.2.00.2.0up to date
 hashbrown ⚠️^0.150.16.0out of date
 libm^0.2.150.2.15up to date
 log^0.4.270.4.28up to date
 peniko^0.4.00.4.1up to date
 png^0.17.160.18.0out of date
 roxmltree^0.20.00.20.0up to date
 skrifa^0.31.30.37.0out of date
 smallvec^1.15.11.15.1up 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.