From bab268288a1627800face83ba2d1e63f60a1fc57 Mon Sep 17 00:00:00 2001 From: Firstyear Date: Wed, 18 Oct 2023 10:36:15 +1000 Subject: [PATCH] Remove unused crate users (#2240) --- Cargo.lock | 11 ----------- Cargo.toml | 1 - unix_integration/Cargo.toml | 1 - 3 files changed, 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 562497225..ec9928b14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 9a49ea637..630992564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/unix_integration/Cargo.toml b/unix_integration/Cargo.toml index 18943465f..3acb355e0 100644 --- a/unix_integration/Cargo.toml +++ b/unix_integration/Cargo.toml @@ -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 }