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 sha-1

Dependencies

(6 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 block-buffer^0.30.10.4out of date
 byte-tools^0.20.3.1out of date
 digest^0.60.10.7out of date
 fake-simd^0.10.1.2up to date
 generic-array ⚠️^0.81.0.0out of date
 sha1-asm^0.40.5.3out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 crypto-tests^0.50.5.5up 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.