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 yobicrypto

Dependencies

(17 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 byteorder^1.21.5.0up to date
 ctaes-sys^0.10.1.0up to date
 curve25519-dalek^0.144.1.2out of date
 digest^0.70.10.7out of date
 failure^0.10.1.8up to date
 failure_derive^0.10.1.8up to date
 generic-array ⚠️^0.91.0.0out of date
 hex^0.30.4.3out of date
 rand^0.40.8.5out of date
 rmp^0.80.8.14up to date
 rmp-serde^0.131.3.0out of date
 rug^0.91.24.1out of date
 serde^1.01.0.201up to date
 serde_derive^1.01.0.201up to date
 sha2^0.70.10.8out of date
 subtle^0.32.5.0out 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.