diff --git a/Cargo.lock b/Cargo.lock index ad98152a..b6adb06d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3516,13 +3516,13 @@ dependencies = [ [[package]] name = "which" -version = "7.0.3" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" +checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" dependencies = [ - "either", "env_home", "rustix 1.1.2", + "tracing", "winsafe 0.0.19", ] diff --git a/Cargo.toml b/Cargo.toml index de93a270..844946f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ vite_path = { path = "crates/vite_path" } vite_str = { path = "crates/vite_str" } vite_workspace = { path = "crates/vite_workspace" } wax = "0.6.0" -which = "7.0.3" +which = "8.0.0" widestring = "1.2.0" winapi = "0.3.9" winsafe = { version = "0.0.24", features = ["kernel"] } diff --git a/crates/fspy/Cargo.toml b/crates/fspy/Cargo.toml index bd059218..92d484b3 100644 --- a/crates/fspy/Cargo.toml +++ b/crates/fspy/Cargo.toml @@ -18,7 +18,7 @@ rand = { workspace = true } tempfile = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true, features = ["net", "process", "io-util", "sync"] } -which = { workspace = true } +which = { workspace = true, features = ["tracing"] } xxhash-rust = { workspace = true } [target.'cfg(target_os = "linux")'.dependencies]