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 heapless

Dependencies

(6 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 as-slice^0.1.00.2.1out of date
 generic-array ⚠️^0.13.01.0.0out of date
 hash32^0.1.00.3.1out of date
 serde^11.0.197up to date
 stable_deref_trait^11.2.0up to date
 ufmt-write^0.10.1.0up to date

Dev dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 scoped_threadpool^0.1.80.1.9up to date
 ufmt^0.10.2.0out 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.