diff --git a/Cargo.lock b/Cargo.lock index 24b1c5001..c70b49408 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6134,14 +6134,14 @@ checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" [[package]] name = "which" -version = "7.0.2" +version = "7.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283" +checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" dependencies = [ "either", "env_home", "regex", - "rustix 0.38.44", + "rustix 1.0.7", "winsafe 0.0.19", ]