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 pbkdf2

Dependencies

(9 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.90.22.0out of date
 byteorder^11.5.0up to date
 constant_time_eq^0.10.3.0out of date
 crypto-mac^0.60.11.1out of date
 generic-array ⚠️^0.91.0.0out of date
 hmac^0.60.12.1out of date
 rand^0.50.8.5out of date
 rayon^11.10.0up to date
 sha2^0.70.10.8out of date

Dev dependencies

(3 total, 3 outdated)

CrateRequiredLatestStatus
 hmac^0.60.12.1out of date
 sha-1^0.70.10.1out of date
 sha2^0.70.10.8out of 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.