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 im-rc

Dependencies

(6 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 proptest^0.91.4.0out of date
 quickcheck^0.81.0.3out of date
 rayon^1.01.10.0up to date
 serde^1.01.0.198up to date
 sized-chunks ⚠️^0.3.00.7.0out of date
 typenum^1.101.17.0up to date

Dev dependencies

(9 total, 5 outdated)

CrateRequiredLatestStatus
 metrohash^1.0.61.0.6up to date
 pretty_assertions^0.61.4.0out of date
 proptest^0.91.4.0out of date
 proptest-derive^0.1.00.4.0out of date
 rand^0.60.8.5out of date
 rayon^1.01.10.0up to date
 serde^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 syntect^3.1.05.2.0out of date

Security Vulnerabilities

sized-chunks: Multiple soundness issues in Chunk and InlineArray

RUSTSEC-2020-0041

Chunk:

  • Array size is not checked when constructed with unit() and pair().
  • Array size is not checked when constructed with From<InlineArray<A, T>>.
  • Clone and insert_from are not panic-safe; A panicking iterator causes memory safety issues with them.

InlineArray:

  • Generates unaligned references for types with a large alignment requirement.