From 93d7b48e3efa12b737ad7864e0504b6d583d3d1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 08:21:22 +0000 Subject: [PATCH] Bump which from 3.0.0 to 3.1.1 Bumps [which](https://github.com/harryfei/which-rs) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/3.0.0...3.1.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b87fe5fe950..be1f29bd4f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6665,9 +6665,9 @@ dependencies = [ [[package]] name = "which" -version = "3.0.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240a31163872f7e8e49f35b42b58485e35355b07eb009d9f3686733541339a69" +checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" dependencies = [ "libc", ]