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 klickhouse

Dependencies

(25 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-trait^0.10.1.87up to date
 bb8^0.80.9.0out of date
 chrono ⚠️^0.40.4.40maybe insecure
 chrono-tz^0.90.10.1out of date
 cityhash-rs^1.01.0.1up to date
 compiler-tools^0.20.2.0up to date
 compiler-tools-derive^0.20.2.0up to date
 futures-util^0.30.3.31up to date
 geo-types^0.70.7.15up to date
 indexmap^2.22.8.0up to date
 klickhouse_derive=0.13.00.13.0up to date
 log^0.40.4.26up to date
 lz4^1.241.28.1up to date
 paste^1.01.0.15up to date
 refinery-core=0.8.140.8.16out of date
 rust_decimal^1.351.36.0up to date
 rustls-pki-types^1.41.11.0up to date
 serde^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 thiserror^1.02.0.12out of date
 time^0.30.3.39up to date
 tokio^1.371.44.1up to date
 tokio-rustls^0.260.26.2up to date
 tokio-stream^0.10.1.17up to date
 uuid^1.81.15.1up to date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 env_logger^0.110.11.7up to date
 tokio^1.371.44.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