1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 14:07:46 +00:00

Remove users crate

This commit is contained in:
Daniel Hofstetter 2023-06-04 14:55:16 +02:00
parent 99fa504257
commit 29f011e28c
6 changed files with 17 additions and 29 deletions

11
Cargo.lock generated
View file

@ -424,7 +424,6 @@ dependencies = [
"textwrap",
"time",
"unindent",
"users",
"uu_arch",
"uu_base32",
"uu_base64",
@ -2369,16 +2368,6 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa30f5ea51ff7edfc797c6d3f9ec8cbd8cfedef5371766b7181d33977f4814f"
[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
"libc",
"log",
]
[[package]]
name = "utf8parse"
version = "0.2.1"