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 bm

Dependencies

(5 total, 2 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 digest^0.80.10.7out of date
 generic-array ⚠️^0.121.0.0out of date
 parity-codec^4.04.1.4up to date
 serde^1.01.0.199up to date
 typenum^1.101.17.0up to date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 hash-db^0.110.16.0out of date
 plain_hasher^0.20.2.3up to date
 primitive-types^0.40.12.2out of date
 sha2^0.80.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.