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 parity-scale-codec

Dependencies

(6 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrayvec^0.5.10.7.4out of date
 bitvec^0.17.41.0.1out of date
 byte-slice-cast^0.3.41.2.2out of date
 generic-array ⚠️^0.13.21.0.0out of date
 parity-scale-codec-derive^1.2.33.6.9out of date
 serde^1.0.1021.0.199up to date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 criterion^0.3.00.5.1out of date
 parity-scale-codec-derive^1.2.23.6.9out of date
 quickcheck^0.91.0.3out of date
 serde_derive^1.01.0.199up 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.