From 9082cd48abdfce36121b877c41e438720e139b2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:27:22 +0000 Subject: [PATCH] fix(deps): update rust crate which to v5 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c081e80..d23bbc8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1585,14 +1585,15 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[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 8055f86d..7514b5a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ textwrap = { version = "0.11", features = [ "term_size" ] } thiserror = "1.0" toml = { version = "0.5", features = [ "preserve_order" ] } duct = "0.13" -which = "4.4" +which = "5.0" [dev-dependencies] rstest = "0.18"