diff --git a/Cargo.lock b/Cargo.lock index 198aec21..0c4c0c30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,7 +399,7 @@ dependencies = [ "terminal_size", "test-with", "threadpool", - "which 6.0.2", + "which 6.0.3", ] [[package]] @@ -729,9 +729,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.2" +version = "6.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075" +checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index 2a153569..8fe5a0b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ sha2 = "0.10.8" tempfile = "3.12.0" terminal_size = "0.3.0" threadpool = "1.8.1" -which = "6.0.2" +which = "6.0.3" [dev-dependencies] test-with = { version = "0.13.0", default-features = false, features = [