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.7.0out of date
 quickcheck^0.81.0.3out of date
 rayon^1.01.10.0up to date
 serde^1.01.0.219up to date
 sized-chunks ⚠️^0.1.20.7.0out of date
 typenum^1.101.18.0up to date

Dev dependencies

(9 total, 5 outdated)

CrateRequiredLatestStatus
 metrohash^1.0.61.0.7up to date
 pretty_assertions^0.61.4.1out of date
 proptest^0.91.7.0out of date
 proptest-derive^0.1.00.6.0out of date
 rand^0.60.9.1out of date
 rayon^1.01.10.0up to date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up 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.