diff --git a/Cargo.lock b/Cargo.lock index 4e46df33c..12a4e52b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2193,14 +2193,15 @@ dependencies = [ [[package]] name = "which" -version = "4.4.2" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" +checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" dependencies = [ "either", "home", "once_cell", "rustix", + "windows-sys 0.48.0", ] [[package]] diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index 2a06b00dc..4dfd1a5cf 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -39,7 +39,7 @@ tracing = "0.1" tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } uds_windows = "1" -which = "4" +which = "5" winput = "0.2" winreg = "0.51" windows-interface = { workspace = true } diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 4c3a0c459..cb98c988f 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -28,5 +28,5 @@ serde_json = "1" serde_yaml = "0.9" sysinfo = "0.29" uds_windows = "1" -which = "4" +which = "5" windows = { workspace = true }