Remove unused crate users (#2240)

This commit is contained in:
Firstyear 2023-10-18 10:36:15 +10:00 committed by GitHub
parent a7898cad57
commit bab268288a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 13 deletions

11
Cargo.lock generated
View file

@ -3031,7 +3031,6 @@ dependencies = [
"toml",
"tracing",
"tss-esapi",
"users",
"uuid",
"walkdir",
]
@ -5716,16 +5715,6 @@ version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[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"

View file

@ -206,7 +206,6 @@ tss-esapi = "^7.4.0"
url = "^2.4.1"
urlencoding = "2.1.3"
users = "^0.11.0"
utoipa = "4.0.0"
utoipa-swagger-ui = "4.0.0"
uuid = "^1.4.1"

View file

@ -69,7 +69,6 @@ tokio = { workspace = true, features = ["rt", "fs", "macros", "sync", "time", "n
tokio-util = { workspace = true, features = ["codec"] }
tracing = { workspace = true }
tss-esapi = { workspace = true, optional = true }
users = { workspace = true }
uuid = { workspace = true }
walkdir = { workspace = true }