diff --git a/below/Cargo.toml b/below/Cargo.toml index f05a602b..9d3fb5af 100644 --- a/below/Cargo.toml +++ b/below/Cargo.toml @@ -45,7 +45,7 @@ store = { package = "below-store", version = "0.7.1", path = "store" } tar = "0.4.40" tempfile = "3.8" tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] } -users = "0.11" +uzers = "0.11.3" view = { package = "below-view", version = "0.7.1", path = "view" } [dev-dependencies] diff --git a/below/src/main.rs b/below/src/main.rs index 14426fd2..e281424e 100644 --- a/below/src/main.rs +++ b/below/src/main.rs @@ -52,8 +52,8 @@ use tar::Archive; use tar::Builder as TarBuilder; use tempfile::TempDir; use tokio::runtime::Builder as TB; -use users::get_current_uid; -use users::get_user_by_uid; +use uzers::get_current_uid; +use uzers::get_user_by_uid; mod exitstat; #[cfg(test)]