summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-11 22:42:39 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-11 22:42:39 +0200
commit818bea32074136d787fe4edaa5472543604bb727 (patch)
tree303ef844adb2fc13ef0aa5336bb9894b08ab6eb6 /Cargo.lock
parente8796f338b921cf2aba7a73bc946c556791177e3 (diff)
downloadrebel-818bea32074136d787fe4edaa5472543604bb727.tar
rebel-818bea32074136d787fe4edaa5472543604bb727.zip
Map single UID/GID, not full subid mapping
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 0 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 35d4077..f6bb6ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -838,7 +838,6 @@ dependencies = [
"serde_yaml",
"tar",
"tee_readwrite",
- "users",
"walkdir",
]
@@ -1117,16 +1116,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
[[package]]
-name = "users"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
-dependencies = [
- "libc",
- "log",
-]
-
-[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"