diff --git a/Cargo.lock b/Cargo.lock index b1f249e..9af049e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -930,15 +930,14 @@ dependencies = [ [[package]] name = "which" -version = "6.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", - "once_cell", "rustix 0.38.30", - "windows-sys 0.52.0", + "winsafe", ] [[package]] @@ -1170,6 +1169,12 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" +[[package]] +name = "winsafe" +version = "0.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" + [[package]] name = "yaml-rust" version = "0.4.5" diff --git a/Cargo.toml b/Cargo.toml index c2a6418..2051b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ pre-release-replacements = [ git2 = { version = ">=0.16, <=0.18", default-features = false } log = "0.4.17" itertools = "0.13.0" -which = "6.0.0" +which = "7.0.0" bstr = { version = "1.4.0", default-features = false } tempfile = "3.5.0" shlex = "1.1.0"