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 hmac-drbg

Dependencies

(3 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 digest^0.60.10.7out of date
 generic-array ⚠️^0.81.0.0out of date
 hmac^0.40.12.1out of date

Dev dependencies

(6 total, 1 outdated)

CrateRequiredLatestStatus
 etcommon-hexutil^0.20.2.4up to date
 serde^1.01.0.202up to date
 serde_derive^1.01.0.202up to date
 serde_json^1.01.0.117up to date
 sha2^0.60.10.8out of date
 typenum^1.91.17.0up 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.