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 erg

No external dependencies! 🙌

Crate erg_common

Dependencies

(3 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 crossterm^0.25.00.27.0out of date
 parking_lot^0.120.12.2up to date
 thread_local ⚠️^1.11.1.8maybe insecure

Crate erg_compiler

No external dependencies! 🙌

Crate erg_linter

No external dependencies! 🙌

Crate erg_parser

Dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 unicode-xid^0.2.40.2.4up to date

Crate els

Dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 molc^0.30.3.0up to date
 serde^1.01.0.198up to date
 serde_json^1.0.851.0.116up to date
 lsp-types^0.93.20.95.1out of date

Crate erg_proc_macros

Dependencies

(2 total, 1 outdated)

CrateRequiredLatestStatus
 syn^1.02.0.60out of date
 quote^1.01.0.36up to 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.