diff --git a/Cargo.lock b/Cargo.lock index 42e80c9..4c8a463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6279,11 +6279,10 @@ dependencies = [ [[package]] name = "which" -version = "7.0.3" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" +checksum = "3a824aeba0fbb27264f815ada4cff43d65b1741b7a4ed7629ff9089148c4a4e0" dependencies = [ - "either", "env_home", "rustix 1.1.3", "winsafe", diff --git a/Cargo.toml b/Cargo.toml index 5115924..f47a9af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ toml_edit = "0.25.1" shellexpand = "3.0" ureq = { version = "3.2.0", features = ["json"] } wasmtime = { version = "41", default-features = false, features = ["cranelift", "runtime"] } -which = "7.0" +which = "8.0" [profile.dev.package."*"] opt-level = 2