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 postgres-protocol

Dependencies

(11 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 base64^0.100.22.0out of date
 byteorder^1.01.5.0up to date
 bytes^0.41.6.0out of date
 fallible-iterator^0.20.3.0out of date
 generic-array ⚠️^0.121.0.0out of date
 hmac^0.70.12.1out of date
 md5^0.60.7.0out of date
 memchr^2.02.7.2up to date
 rand^0.60.8.5out of date
 sha2^0.80.10.8out of date
 stringprep^0.10.1.4up to date

Security Vulnerabilities

generic-array: arr! macro erases lifetimes

RUSTSEC-2020-0146

Affected versions of this crate allowed unsoundly extending lifetimes using arr! macro. This may result in a variety of memory corruption scenarios, most likely use-after-free.