diff --git a/Cargo.lock b/Cargo.lock index 007424ebad..1d4291340c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1716,6 +1716,12 @@ dependencies = [ "regex", ] +[[package]] +name = "env_home" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" + [[package]] name = "env_logger" version = "0.8.4" @@ -8259,13 +8265,13 @@ dependencies = [ [[package]] name = "which" -version = "7.0.0" +version = "7.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" +checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" dependencies = [ "either", - "home", - "rustix 0.38.42", + "env_home", + "rustix 1.0.7", "winsafe", ] diff --git a/Cargo.toml b/Cargo.toml index 2d34e8df22..d9f688fc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -184,7 +184,7 @@ uuid = "1.16.0" v_htmlescape = "0.15.0" wax = "0.6" web-time = "1.1.0" -which = "7.0.0" +which = "7.0.3" windows = "0.56" windows-sys = "0.48" winreg = "0.52"