Skip to content

Commit

Permalink
Merge pull request #218 from WOnder93/uzers
Browse files Browse the repository at this point in the history
virtme_ng_init: use uzers instead of users (which is unmaintained)
  • Loading branch information
arighi authored Jan 23, 2025
2 parents 07b109d + cab04ca commit da4e469
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions virtme_ng_init/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 virtme_ng_init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"

[dependencies]
nix = "0.26"
users = "0.11"
uzers = "0.12"
base64 = "0.21"
2 changes: 1 addition & 1 deletion virtme_ng_init/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::io::{self, Write};
use std::os::unix::fs;
use std::os::unix::fs::PermissionsExt;
use std::process::{Command, Stdio};
use users::get_user_by_name;
use uzers::get_user_by_name;

macro_rules! log {
($($arg:tt)*) => {
Expand Down

0 comments on commit da4e469

Please sign in to comment.