You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'users' crate is currrently being flagged as unmaintained
in https://rustsec.org/advisories/RUSTSEC-2023-0040.html .
It is currently only being used to get the uid of the user of a
running process.
* Replace all users::get_current_uid() calls with libc::getuid()
calls.
* Remove the users crate from Cargo.toml.
* Add libc to the Cargo.toml to call libc::getuid() instead.
Signed-off-by: Tomás González <[email protected]>
0 commit comments