From c3e39311c1626a0d26cabd06eb8529bd8ee6d18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:43:35 +0000 Subject: [PATCH] chore(deps): bump which from 5.0.0 to 6.0.0 Bumps [which](https://github.com/harryfei/which-rs) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/5.0.0...6.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- komorebi/Cargo.toml | 2 +- komorebic/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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