diff --git a/Cargo.lock b/Cargo.lock index 907b6f2f7..61a5522aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1377,7 +1377,7 @@ dependencies = [ "toml", "unicode-width 0.2.0", "uzers", - "which 6.0.3", + "which 7.0.0", "windows-sys 0.59.0", ] @@ -2121,9 +2121,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.3" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index 95dbf5985..a2c7c8d20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ pager = "0.16.1" procfs = "0.17.0" regex = "1.11" uzers = "0.12" -which = "6" +which = "7" [target.'cfg(target_os = "macos")'.dependencies] libproc = "0.14" @@ -66,7 +66,7 @@ nix = {version = "0.29.0", features = ["process"]} errno = "0.3" pager = "0.16" uzers = "0.12" -which = "6" +which = "7" [target.'cfg(target_os = "windows")'.dependencies] windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_Security", "Win32_System_Diagnostics_ToolHelp", "Win32_System_ProcessStatus", "Win32_System_Threading"] } @@ -76,7 +76,7 @@ bsd-kvm = "0.1.5" bsd-kvm-sys = "0.2.0" pager = "0.16.1" uzers = "0.12" -which = "6" +which = "7" [package.metadata.rpm.cargo] buildflags = ["--release"]