From b219b805e28a07f3b450e70741119411d166ec9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 03:01:19 +0000 Subject: [PATCH] Bump which from 4.1.0 to 4.2.1 Bumps [which](https://github.com/harryfei/which-rs) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.1.0...4.2.1) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 839b2c1..e48e0d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,11 +1069,12 @@ dependencies = [ [[package]] name = "which" -version = "4.1.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" +checksum = "7cc009ab82a2afc94b9e467ab4214aee9cad1356cd9191264203d7d72006e00d" dependencies = [ "either", + "lazy_static 1.4.0", "libc", ]