diff --git a/Cargo.lock b/Cargo.lock index 5eb90098..96454bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -792,6 +792,12 @@ dependencies = [ "syn 2.0.90", ] +[[package]] +name = "env_home" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe" + [[package]] name = "equivalent" version = "1.0.1" @@ -3551,12 +3557,12 @@ checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "which" -version = "7.0.0" +version = "7.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" +checksum = "fb4a9e33648339dc1642b0e36e21b3385e6148e289226f657c809dee59df5028" dependencies = [ "either", - "home", + "env_home", "rustix", "winsafe", ] diff --git a/Cargo.toml b/Cargo.toml index 07e8cb28..a67ae355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ unicode-segmentation = "1.12.0" unicode-width = "0.2.0" urlencoding = "2.1.3" versions = "6.3.2" -which = "7.0.0" +which = "7.0.1" whoami = { version = "1.5.2", default-features = false } yaml-rust2 = "0.9.0"