From 6ffdc1e90ec1891cdeada90cdec8df74c760eecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 14:59:40 +0000 Subject: [PATCH] chore(deps): bump which from 4.4.2 to 5.0.0 Bumps [which](https://github.com/harryfei/which-rs) from 4.4.2 to 5.0.0. - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/commits) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- komorebi/Cargo.toml | 2 +- komorebic/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e46df33..12a4e52b 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 2a06b00d..4dfd1a5c 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 4c3a0c45..cb98c988 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 }