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 regex

Dependencies

(5 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 aho-corasick^0.6.71.1.3out of date
 memchr^2.0.22.7.2up to date
 regex-syntax^0.6.20.8.3out of date
 thread_local ⚠️^0.3.61.1.8out of date
 utf8-ranges^1.0.11.0.5up to date

Dev dependencies

(3 total, 2 outdated)

CrateRequiredLatestStatus
 lazy_static^11.4.0up to date
 quickcheck^0.71.0.3out of date
 rand^0.50.8.5out of date

Security Vulnerabilities

thread_local: Data race in `Iter` and `IterMut`

RUSTSEC-2022-0006

In the affected version of this crate, {Iter, IterMut}::next used a weaker memory ordering when loading values than what was required, exposing a potential data race when iterating over a ThreadLocal's values.

Crates using Iter::next, or IterMut::next are affected by this issue.