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

12
Cargo.lock generated
View File

@@ -3582,7 +3582,7 @@ dependencies = [
"tui-realm-stdlib",
"tuirealm",
"unicode-width 0.2.0",
"users",
"uzers",
"version-compare",
"whoami",
"wildmatch",
@@ -4062,6 +4062,16 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uzers"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd"
dependencies = [
"libc",
"log",
]
[[package]]
name = "vcpkg"
version = "0.2.15"