From a79f8f8aa03a28ceac0022511666a5693f44ca1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:31:13 +0000 Subject: [PATCH] build(deps): update rust crate which to 4.4.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff2b8a8c..ebb7acaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,9 +3381,9 @@ dependencies = [ [[package]] name = "which" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" +checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" dependencies = [ "either", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2a301f56..d1e15795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ unicode-segmentation = "1.10.0" unicode-width = "0.1.10" urlencoding = "2.1.2" versions = "4.1.0" -which = "4.3.0" +which = "4.4.0" yaml-rust = "0.4.5" process_control = { version = "4.0.1", features = ["crossbeam-channel"] }