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 fdh

Dependencies

(5 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bitvec^0.17.21.0.1out of date
 digest^0.8.10.10.7out of date
 failure^0.1.60.1.8up to date
 generic-array ⚠️^0.12.31.0.0out of date
 num-bigint^0.2.60.4.4out of date

Dev dependencies

(6 total, 3 outdated)

CrateRequiredLatestStatus
 hex^0.4.10.4.3up to date
 num-integer^0.1.420.1.46up to date
 num-traits^0.2.110.2.18up to date
 sha-1^0.8.20.10.1out of date
 sha2^0.8.10.10.8out of date
 sha3^0.8.20.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.