mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
fix: Use uzers instead of the dead package users which has several vulnerabilities (#295)
This commit is contained in:
committed by
GitHub
parent
aab266a661
commit
79c31c2d84
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user