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 arrow_convert

Dependencies

(12 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrow-array^5758.1.0out of date
 arrow-buffer^5758.1.0out of date
 arrow-data^5758.1.0out of date
 arrow-schema^5758.1.0out of date
 arrow_convert_derive^0.11.40.11.4up to date
 chrono ⚠️^0.40.4.44maybe insecure
 err-derive^0.30.3.1up to date
 glam^0.300.32.1out of date
 half^22.7.1up to date
 rust_decimal^11.41.0up to date
 tinystr^0.80.8.3up to date
 uuid^11.23.0up to date

Dev dependencies

(8 total, 3 outdated)

CrateRequiredLatestStatus
 arrow^5758.1.0out of date
 arrow_convert_derive^0.11.40.11.4up to date
 criterion^0.70.8.2out of date
 glam^0.300.32.1out of date
 pretty_assertions^11.4.1up to date
 rust_decimal^11.41.0up to date
 tinystr^0.80.8.3up to date
 trybuild^11.0.116up 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