fix: Use uzers instead of the dead package users which has several vulnerabilities (#295)

This commit is contained in:
Christian Visintin
2024-10-07 17:40:35 +02:00
committed by GitHub
parent aab266a661
commit 79c31c2d84
5 changed files with 15 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ use tuirealm::props::{
};
use tuirealm::{Component, Event, MockComponent, NoUserEvent, State, StateValue};
#[cfg(unix)]
use users::{get_group_by_gid, get_user_by_uid};
use uzers::{get_group_by_gid, get_user_by_uid};
pub use self::chmod::ChmodPopup;
pub use self::goto::{GotoPopup, ATTR_FILES};