diff --git a/Cargo.lock b/Cargo.lock index bd4bf85f..27a8ae19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2333,15 +2333,15 @@ dependencies = [ [[package]] name = "which" -version = "5.0.0" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" +checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c" dependencies = [ "either", "home", "once_cell", "rustix", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index 7aabcaaa..e0dcec62 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -40,7 +40,7 @@ tracing = "0.1" tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } uds_windows = "1" -which = "5" +which = "6" widestring = "1" windows = { workspace = true } windows-implement = { workspace = true } diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 45964c8c..b3d9378c 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -31,5 +31,5 @@ serde_yaml = "0.9" sysinfo = "0.30" thiserror = "1" uds_windows = "1" -which = "5" +which = "6" windows = { workspace = true } \ No newline at end of file