summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-11-01 00:16:41 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-11-01 00:19:11 +0100
commite3ff2872701d9f1d6f4f5223641092ec19c10a7a (patch)
treef8c68fab29e7bbefee2e163cdc393491a5bab735 /Cargo.lock
parentdab7a68951b29077b3ed43612e48f1bad92d37cd (diff)
downloadrebel-e3ff2872701d9f1d6f4f5223641092ec19c10a7a.tar
rebel-e3ff2872701d9f1d6f4f5223641092ec19c10a7a.zip
runner: detect file conflicts in dependencies again
The new code will also detect conflicts between the rootfs and individual dependencies.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b252090..3a8373c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -538,6 +538,7 @@ dependencies = [
"tar",
"tee_readwrite",
"uds",
+ "walkdir",
]
[[package]]