From c90c49d078b994ec0e26bda6910ec6646f8a9da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:32:47 +0000 Subject: [PATCH] build(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 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 895e1af..38978e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,14 +1318,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", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d9969df..08a76fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ ctrlc = "3.4.1" regex = "1.9.5" lazy_static = "1.4.0" ureq = { version = "2.7.1", features = ["json"] } -which = "4.4.2" +which = "5.0.0" log = "0.4.20" env_logger = "0.10.0"