diff --git a/Cargo.lock b/Cargo.lock index 6045f7a563..98daa39d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1273,9 +1273,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[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 96654cddde..465c12f70d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ tokio = { version = "1.40.0", features = [ tokio-stream = "0.1.15" tokio-util = { version = "0.7.11", features = ["codec", "compat"] } tt-call = "1.0.9" -which = "6.0.3" +which = "7.0.0" [target.'cfg(windows)'.dependencies] is_elevated = "0.1.2"