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 ed25519-dalek

Dependencies

(8 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 clear_on_drop^0.20.2.5up to date
 curve25519-dalek^0.204.1.2out of date
 digest^0.70.10.7out of date
 failure^0.1.10.1.8up to date
 generic-array ⚠️^0.91.0.0out of date
 rand^0.50.8.5out of date
 serde^1.01.0.200up to date
 sha2^0.70.10.8out of date

Dev dependencies

(4 total, 4 outdated)

CrateRequiredLatestStatus
 bincode^0.91.3.3out of date
 criterion^0.20.5.1out of date
 hex^0.30.4.3out 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.