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 etcd-client

Dependencies

(11 total, 4 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 http^0.2.91.1.0out of date
 hyper^0.14.261.3.1out of date
 hyper-openssl^0.90.10.2out of date
 openssl ⚠️^0.100.10.64maybe insecure
 prost^0.12.00.12.6up to date
 tokio^1.32.01.37.0up to date
 tokio-stream^0.1.140.1.15up to date
 tonic^0.10.00.11.0out of date
 tower^0.4.130.4.13up to date
 tower-service^0.3.20.3.2up to date
 visible^0.0.10.0.1up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tokio^1.32.01.37.0up to date

Security Vulnerabilities

openssl: `openssl` `X509VerifyParamRef::set_host` buffer over-read

RUSTSEC-2023-0044

When this function was passed an empty string, openssl would attempt to call strlen on it, reading arbitrary memory until it reached a NUL byte.