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 crossbeam

Dependencies

(5 total, 1 possibly insecure)

CrateRequiredLatestStatus
 crossbeam-channel^0.5.100.5.16up to date
 crossbeam-deque^0.8.40.8.7up to date
 crossbeam-epoch ⚠️^0.9.170.9.20maybe insecure
 crossbeam-queue^0.3.100.3.13up to date
 crossbeam-utils^0.8.180.8.22up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 rand^0.80.10.2out 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.