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.85up to date
 clap^4.4.104.5.26up to date
 chrono ⚠️^0.40.4.39maybe 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.8up to date
 rand^0.80.8.5up to date
 serde^1.01.0.217up to date
 serde_derive^1.01.0.217up to date
 serde_json^1.01.0.135up to date
 sha2^0.10.00.10.8up to date
 thiserror^1.0.302.0.11out of date
 tokio^1.35.11.43.0up to date
 tokio-native-tls^0.3.10.3.1up to date
 tokio-rustls^0.25.00.26.1out of date
 rustls-native-certs^0.7.10.8.1out of date
 tracing^0.10.1.41up to date
 url^22.5.4up to date
 semver^1.0.231.0.24up to date

Dev dependencies

(6 total, 1 outdated)

CrateRequiredLatestStatus
 rustls-pki-types^1.0.11.10.1up to date
 tokio^1.35.11.43.0up to date
 tokio-test^0.4.30.4.4up to date
 tokio-util^0.7.110.7.13up to date
 tracing-subscriber^0.3.180.3.19up 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