Skip to content

Commit

Permalink
Migrated to 'uzers' from 'users' as the latter is no longer maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Vaisvil committed Mar 4, 2024
1 parent 2541edd commit 9bfc04c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nvidia = ["nvml-wrapper"]
ratatui = { version = "0.23.*", features = ["crossterm"], default-features = false }
crossterm = "0.27.*"
byte-unit = "~4.0.19"
users = "0.11.0"
uzers = "0.11.3"
num-derive = "0.4.1"
num-traits = "0.2"
heim = {git = "https://github.com/bvaisvil/heim.git", branch="zenith_changes", features = ["full"]}
Expand Down
2 changes: 1 addition & 1 deletion src/metrics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use std::path::{Path, PathBuf};
use sysinfo::{
Component, ComponentExt, Disk, DiskExt, NetworkExt, ProcessExt, ProcessorExt, System, SystemExt,
};
use users::{Users, UsersCache};
use uzers::{Users, UsersCache};

#[cfg(all(feature = "nvidia", not(target_os = "linux")))]
#[derive(FromPrimitive, PartialEq, Copy, Clone)]
Expand Down

0 comments on commit 9bfc04c

Please sign in to comment.