From 84d048e3e3debbdf7392fbf012ffc1c109f4b426 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 12 Oct 2021 00:02:38 +0200 Subject: util: fs: get rid of rm_rf dependency All "interesting" deletions happen in a user namespace where we have CAP_DAC_OVERRIDE, so remove_dir_all() should be sufficient. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 100cfc0..f89ed59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ libc = "0.2.84" nix = "0.23.0" oci-spec = "0.5.1" olpc-cjson = "0.1.0" -rm_rf = "0.6.1" scoped-tls-hkt = "0.1.2" serde = { version = "1", features = ["derive"] } serde_json = "1.0.62" -- cgit v1.2.3