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 cachemap2

Dependencies

(2 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 abi_stable ⚠️>=0.90.11.3maybe insecure
 dashmap^5.16.1.0out of date

Security Vulnerabilities

abi_stable: Update unsound DrainFilter and RString::retain

RUSTSEC-2020-0105

Affected versions of this crate contained code from the Rust standard library that contained soundness bugs rust-lang/rust#60977 (double drop) & rust-lang/rust#78498 (create invalid utf-8 string).

The flaw was corrected in v0.9.1 by making a similar fix to the one made in the Rust standard library.