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 moka-cht

Dependencies

(2 total, 1 possibly insecure)

CrateRequiredLatestStatus
 crossbeam-epoch ⚠️^0.90.9.20maybe insecure
 num_cpus^1.131.17.0up to date

Dev dependencies

(5 total, 3 outdated)

CrateRequiredLatestStatus
 criterion^0.3.10.8.2out of date
 hashbrown^0.110.17.1out of date
 lock_api^0.40.4.14up to date
 num_cpus^1.131.17.0up to date
 parking_lot^0.110.12.5out of date

Security Vulnerabilities

crossbeam-epoch: Invalid pointer dereference in `fmt::Pointer` impl for `Atomic` and `Shared` when the underlying pointer is invalid

RUSTSEC-2026-0204

Affected versions of fmt::Display dereference the underlying pointer. This causes a invalid pointer dereference e.g., when a pointer created with Atomic::null or Shared::null. fmt::Debug impls and pre-0.9 fmt::Display impls, which do not dereference pointers, are not affected by this issue.