diff --git a/Cargo.lock b/Cargo.lock index b6b22c8..2340694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,9 +366,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.2" +version = "8.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81995fafaaaf6ae47a7d0cc83c67caf92aeb7e5331650ae6ff856f7c0c60c459" +checksum = "c789537cf2f7f55be8e6192f92e464174ee55f91af622777f7f1ceb0dbccd03e" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 034c08e..cc15317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ git2 = { version = "0.21.0", default-features = false } walkdir = "2.5.0" home = "0.5.12" threadpool = "1.8.1" -which = "8.0.2" +which = "8.0.3" # Pending to add benchmark #[dev-dependencies]