diff --git a/Cargo.toml b/Cargo.toml index b436fe9..c810973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ windows-console = [] [dependencies] terminfo = "0.8.0" thiserror = "1.0.38" -which = "4.3.0" +which = "5.0.0" [target.'cfg(unix)'.dependencies.nix] version = "0.26.1"