mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Remove unused crate users (#2240)
This commit is contained in:
parent
a7898cad57
commit
bab268288a
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -3031,7 +3031,6 @@ dependencies = [
|
||||||
"toml",
|
"toml",
|
||||||
"tracing",
|
"tracing",
|
||||||
"tss-esapi",
|
"tss-esapi",
|
||||||
"users",
|
|
||||||
"uuid",
|
"uuid",
|
||||||
"walkdir",
|
"walkdir",
|
||||||
]
|
]
|
||||||
|
@ -5716,16 +5715,6 @@ version = "2.1.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
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]]
|
[[package]]
|
||||||
name = "utf8parse"
|
name = "utf8parse"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
|
|
|
@ -206,7 +206,6 @@ tss-esapi = "^7.4.0"
|
||||||
|
|
||||||
url = "^2.4.1"
|
url = "^2.4.1"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
users = "^0.11.0"
|
|
||||||
utoipa = "4.0.0"
|
utoipa = "4.0.0"
|
||||||
utoipa-swagger-ui = "4.0.0"
|
utoipa-swagger-ui = "4.0.0"
|
||||||
uuid = "^1.4.1"
|
uuid = "^1.4.1"
|
||||||
|
|
|
@ -69,7 +69,6 @@ tokio = { workspace = true, features = ["rt", "fs", "macros", "sync", "time", "n
|
||||||
tokio-util = { workspace = true, features = ["codec"] }
|
tokio-util = { workspace = true, features = ["codec"] }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
tss-esapi = { workspace = true, optional = true }
|
tss-esapi = { workspace = true, optional = true }
|
||||||
users = { workspace = true }
|
|
||||||
uuid = { workspace = true }
|
uuid = { workspace = true }
|
||||||
walkdir = { workspace = true }
|
walkdir = { workspace = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue