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 yarte_helpers

Dependencies

(13 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 buf-min^0.70.7.1up to date
 chrono ⚠️^0.40.4.38maybe insecure
 dtoa^1.01.0.9up to date
 itoa^1.01.0.11up to date
 prettyplease^0.10.2.20out of date
 ryu^1.01.0.18up to date
 serde^1.01.0.202up to date
 serde_json^1.01.0.117up to date
 syn^1.02.0.65out of date
 toml^0.50.8.13out of date
 uuid^1.31.8.0up to date
 v_htmlescape^0.150.15.8up to date
 v_jsonescape^0.70.7.8up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 random-fast-rng^0.10.1.1up to date
 serde_json^1.01.0.117up to date

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