1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

rm: Remove remove_dir_all dependency

Closes #4335
This commit is contained in:
Yang Hau 2023-02-10 22:51:09 +08:00
parent 830f785220
commit 0b1edd33fc
4 changed files with 3 additions and 24 deletions

16
Cargo.lock generated
View file

@ -1827,19 +1827,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "remove_dir_all"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882f368737489ea543bc5c340e6f3d34a28c39980bd9a979e47322b26f60ac40"
dependencies = [
"libc",
"log",
"num_cpus",
"rayon",
"winapi",
]
[[package]]
name = "retain_mut"
version = "0.1.7"
@ -2148,7 +2135,7 @@ dependencies = [
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all 0.5.3",
"remove_dir_all",
"winapi",
]
@ -2950,7 +2937,6 @@ version = "0.0.17"
dependencies = [
"clap",
"libc",
"remove_dir_all 0.7.0",
"uucore",
"walkdir",
"windows-sys",