From 404d231a52a881a0d47ef3be37c5305070bbf784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 11:50:19 +0100 Subject: [PATCH] build(deps): update rust crate which to v5 (#5505) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d571abc..53761797 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3345,14 +3345,15 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[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 0.38.11", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b392780e..b99b1f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ unicode-segmentation = "1.10.1" unicode-width = "0.1.11" urlencoding = "2.1.3" versions = "5.0.1" -which = "4.4.2" +which = "5.0.0" yaml-rust = "0.4.5" process_control = { version = "4.0.3", features = ["crossbeam-channel"] }