Remove unused remove_dir_all crate (#2757)

This commit is contained in:
Adriano Di Luzio
2023-09-26 03:01:56 +02:00
committed by GitHub
parent 264ab5360b
commit 6bec8574d4
2 changed files with 2 additions and 18 deletions

View File

@@ -45,8 +45,6 @@ serde_json = "1.0.73"
serde = { version = "1.0.132", features = ["derive"] }
glob = "0.3.0"
openssl = { version = "0.10.38", optional = true }
# workaround for https://github.com/rust-lang/rust/issues/29497
remove_dir_all = "0.7.0"
cargo_metadata = "0.14"
filetime = "0.2"