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 async-session

Dependencies

(13 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.0.401.0.89up to date
 async-lock^2.4.03.4.0out of date
 async-trait^0.1.500.1.83up to date
 base64^0.13.00.22.1out of date
 bincode^1.3.31.3.3up to date
 blake3^0.3.81.5.4out of date
 chrono ⚠️^0.4.190.4.38maybe insecure
 hmac^0.11.00.12.1out of date
 log^0.4.140.4.22up to date
 rand^0.8.30.8.5up to date
 serde^1.0.1261.0.210up to date
 serde_json^1.0.641.0.129up to date
 sha2^0.9.50.10.8out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 async-std^1.9.01.13.0up 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