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 inrust

Dependencies

(13 total, 1 outdated)

CrateRequiredLatestStatus
 rand^0.80.8.5up to date
 num-traits^0.20.2.19up to date
 yansi^1.01.0.1up to date
 pest^2.72.7.14up to date
 pest_derive^2.72.7.14up to date
 cxx^1.01.0.131up to date
 dhat^0.30.3.3up to date
 pprof^0.130.14.0out of date
 gxhash^3.13.4.1up to date
 ahash^0.80.8.11up to date
 num-bigint^0.40.4.6up to date
 num-rational^0.40.4.2up to date
 serde^11.0.215up to date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 criterion^0.50.5.1up to date
 rexpect^0.50.6.0out of date
 regex^1.91.11.1up to date

Build dependencies

(3 total, 1 possibly insecure)

CrateRequiredLatestStatus
 cc^1.01.2.1up to date
 cxx-build^1.01.0.131up to date
 chrono ⚠️^0.40.4.38maybe insecure

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References