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 sprinkles-rs

Dependencies

(44 total, 16 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.220.22.1up to date
 blake3^1.51.8.2up to date
 bytes^1.61.10.1up to date
 cfg-if^1.01.0.1up to date
 chrono ⚠️^0.40.4.41maybe insecure
 clap^4.54.5.40up to date
 const_format^0.20.2.34up to date
 derive_more^0.992.0.1out of date
 digest^0.100.10.7up to date
 directories^5.06.0.0out of date
 dunce^1.01.0.5up to date
 futures^0.30.3.31up to date
 getset^0.10.1.6up to date
 git2^0.180.20.2out of date
 gix^0.630.72.1out of date
 gix-object^0.420.49.1out of date
 indicatif^0.170.18.0out of date
 itertools^0.130.14.0out of date
 log^0.40.4.27up to date
 md-5^0.100.10.6up to date
 phf^0.110.12.1out of date
 quick-xml^0.310.38.0out of date
 quork^0.70.9.0out of date
 rayon^1.101.10.0up to date
 regex^1.101.11.1up to date
 reqwest^0.120.12.22up to date
 semver^1.01.0.26up to date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 serde_json_path^0.60.7.2out of date
 serde_with^3.83.14.0up to date
 sha1^0.100.10.6up to date
 sha2^0.100.10.9up to date
 strum^0.260.27.1out of date
 sxd-document^0.30.3.2up to date
 sxd-xpath^0.40.4.2up to date
 thiserror^1.02.0.12out of date
 tokio^1.371.46.1up to date
 tokio-util^0.70.7.15up to date
 url^2.52.5.4up to date
 urlencoding^2.12.1.3up to date
 which^6.08.0.0out of date
 windows^0.560.61.3out of date
 winreg^0.520.55.0out of date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 anyhow^1.01.0.98up to date
 criterion^0.5.10.6.0out of date
 rayon^1.101.10.0up to date
 tokio^1.371.46.1up 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