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 faktory

Dependencies

(20 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-trait^0.1.770.1.83up to date
 clap^4.4.104.5.21up to date
 chrono ⚠️^0.40.4.38maybe insecure
 derive_builder^0.12.00.20.2out of date
 fnv^1.0.51.0.7up to date
 hostname^0.30.4.0out of date
 pin-project^1.1.41.1.7up to date
 rand^0.80.8.5up to date
 serde^1.01.0.215up to date
 serde_derive^1.01.0.215up to date
 serde_json^1.01.0.133up to date
 sha2^0.10.00.10.8up to date
 thiserror^1.0.302.0.3out of date
 tokio^1.35.11.41.1up to date
 tokio-native-tls^0.3.10.3.1up to date
 tokio-rustls^0.25.00.26.0out of date
 rustls-native-certs^0.7.10.8.1out of date
 tracing^0.10.1.40up to date
 url^22.5.4up to date
 semver^1.0.231.0.23up to date

Dev dependencies

(6 total, 1 outdated)

CrateRequiredLatestStatus
 rustls-pki-types^1.0.11.10.0up to date
 tokio^1.35.11.41.1up to date
 tokio-test^0.4.30.4.4up to date
 tokio-util^0.7.110.7.12up to date
 tracing-subscriber^0.3.180.3.18up to date
 x509-parser^0.15.10.16.0out of 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