From 21d6454d0768f5f184ea2ccb58daf4fcd00f669d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 01:57:32 -0600 Subject: [PATCH] build: bump which from 4.2.2 to 4.2.4 (#3507) Bumps [which](https://github.com/harryfei/which-rs) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.2.2...4.2.4) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30b52beb..cabe4844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1985,9 +1985,9 @@ dependencies = [ [[package]] name = "which" -version = "4.2.2" +version = "4.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9" +checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2" dependencies = [ "either", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 050bd1fd..5c732502 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ unicode-segmentation = "1.8.0" unicode-width = "0.1.9" urlencoding = "2.1.0" versions = "4.0.0" -which = "4.2.2" +which = "4.2.4" yaml-rust = "0.4.5" process_control = { version = "3.2.1", features = ["crossbeam-channel"] }