sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.46k stars 439 forks source link

Update whoami to newest version #1128

Closed LeNei closed 6 months ago

LeNei commented 6 months ago

Due to an issue in whoami versions < 1.5.0 can lead to buffer overflow as discussed here. This PR is just a bump on the version to avoid possible exploits.

sfackler commented 6 months ago

https://github.com/sfackler/rust-postgres/pull/1125