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 axum_typed_multipart

Dependencies

(11 total, 1 possibly insecure)

CrateRequiredLatestStatus
 anyhow^1.0.721.0.93up to date
 axum^0.7.00.7.7up to date
 axum_typed_multipart_macros^0.13.20.13.2up to date
 bytes^1.4.01.8.0up to date
 chrono ⚠️^0.4.00.4.38maybe insecure
 futures-core^0.3.310.3.31up to date
 futures-util^0.3.310.3.31up to date
 tempfile^3.1.03.14.0up to date
 thiserror^2.0.02.0.3up to date
 tokio^1.25.01.41.1up to date
 uuid^1.0.01.11.0up to date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 axum-test-helper^0.4.00.4.0up to date
 reqwest^0.11.230.12.9out of date
 serde^1.0.1931.0.215up to date
 tokio^1.25.01.41.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