diff --git a/Cargo.lock b/Cargo.lock index 8f8527a..4806a7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,7 +43,7 @@ dependencies = [ "unicode-segmentation", "ureq", "wasmtime", - "which 7.0.3", + "which 8.0.4", ] [[package]] @@ -2093,12 +2093,6 @@ 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.11.9" @@ -8073,14 +8067,11 @@ dependencies = [ [[package]] name = "which" -version = "7.0.3" +version = "8.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" +checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248" dependencies = [ - "either", - "env_home", - "rustix 1.1.4", - "winsafe", + "libc", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 70e2678..be4774c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,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" notify = "8.2.0" [profile.dev.package."*"]