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 nalgebra

Dependencies

(16 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 abomonation^0.70.7.3up to date
 alga^0.90.9.3up to date
 approx^0.30.5.1out of date
 generic-array ⚠️^0.121.0.0out of date
 matrixmultiply^0.20.3.8out of date
 mint^0.50.5.9up to date
 num-complex^0.20.4.5out of date
 num-rational^0.20.4.1out of date
 num-traits^0.20.2.18up to date
 pest^2.02.7.8up to date
 pest_derive^2.02.7.8up to date
 quickcheck^0.81.0.3out of date
 rand^0.60.8.5out of date
 serde^1.01.0.197up to date
 serde_derive^1.01.0.197up to date
 typenum^1.101.17.0up to date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 rand_xorshift^0.10.3.0out of date
 serde_json^1.01.0.115up to date

Security Vulnerabilities

generic-array: arr! macro erases lifetimes

RUSTSEC-2020-0146

Affected versions of this crate allowed unsoundly extending lifetimes using arr! macro. This may result in a variety of memory corruption scenarios, most likely use-after-free.