From c7a690880d4a2b95199121cb80bd4133b70b55b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:20:56 -0400 Subject: [PATCH] build: bump which from 4.2.1 to 4.2.2 (#2948) Bumps [which](https://github.com/harryfei/which-rs) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.2.1...4.2.2) --- 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 99a412bb..f1f8c2a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2057,9 +2057,9 @@ dependencies = [ [[package]] name = "which" -version = "4.2.1" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cc009ab82a2afc94b9e467ab4214aee9cad1356cd9191264203d7d72006e00d" +checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9" dependencies = [ "either", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 54939cb9..d162ed9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ serde = { version = "1.0.127", features = ["derive"] } indexmap = { version ="1.7.0", features = ["serde"] } notify-rust = { version = "4.5.1", optional = true } semver = "1.0.4" -which = "4.2.1" +which = "4.2.2" shadow-rs = "0.6.3" versions = "3.0.2" strsim = "0.10.0"