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

Merge pull request #4943 from cakebaker/remove_users_crate

Remove users crate
This commit is contained in:
Sylvestre Ledru 2023-06-04 18:45:04 +02:00 committed by GitHub
commit 1895d1bc3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 29 deletions

11
Cargo.lock generated
View file

@ -423,7 +423,6 @@ dependencies = [
"textwrap",
"time",
"unindent",
"users",
"uu_arch",
"uu_base32",
"uu_base64",
@ -2365,16 +2364,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"