From 4c651a591fb913348960b796c62a9418563cc730 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 22 Nov 2024 14:43:01 +0100 Subject: [PATCH] chore(deps): update remove-dir-all to 1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a43d9781b..0d959e1d20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2074,9 +2074,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "remove_dir_all" -version = "0.8.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a694f9e0eb3104451127f6cc1e5de55f59d3b1fc8c5ddfaeb6f1e716479ceb4a" +checksum = "808cc0b475acf76adf36f08ca49429b12aad9f678cb56143d5b3cb49b9a1dd08" dependencies = [ "cfg-if 1.0.0", "cvt", diff --git a/Cargo.toml b/Cargo.toml index e33ce56da7..01bdbab7e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ opentelemetry_sdk = { workspace = true, optional = true } pulldown-cmark = { version = "0.12", default-features = false } rand = "0.8" regex = "1" -remove_dir_all = { version = "0.8.1", features = ["parallel"] } +remove_dir_all = { version = "1.0.0", features = ["parallel"] } retry = { version = "2", default-features = false, features = ["random"] } rs_tracing = { version = "1.1", features = ["rs_tracing"] } same-file = "1"