diff --git a/Cargo.lock b/Cargo.lock index a0ae42a..91a5251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -620,9 +620,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" +checksum = "3a824aeba0fbb27264f815ada4cff43d65b1741b7a4ed7629ff9089148c4a4e0" dependencies = [ "env_home", "rustix", diff --git a/Cargo.toml b/Cargo.toml index 979153e..8ba31bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ git2 = { version = "0.20.4", default-features = false } walkdir = "2.5.0" home = "0.5.12" threadpool = "1.8.1" -which = "8.0.0" +which = "8.0.1" # Pending to add benchmark #[dev-dependencies]