diff --git a/Cargo.lock b/Cargo.lock index a5c4df0..072ddea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,9 +205,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[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 05615f5..88b25f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ windows-console = [] [dependencies] terminfo = "0.9.0" thiserror = "2.0.11" -which = "8.0.2" +which = "8.0.3" [target.'cfg(unix)'.dependencies.nix] version = "0.31.3"