From 48d7b0b9b0d5b888128cdb483730425fc8bbf38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 14:56:12 +0000 Subject: [PATCH] Bump which from 4.2.5 to 4.3.0 Bumps [which](https://github.com/harryfei/which-rs) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.2.5...4.3.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c1317da5..437b72062 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2098,13 +2098,13 @@ checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" [[package]] name = "which" -version = "4.2.5" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae" +checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" dependencies = [ "either 1.6.1", - "lazy_static", "libc", + "once_cell", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 22e7a8e6a..14fcec8da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ cfg-if = "1.0" mockito = { version = "0.31.0", optional = true } test-support = { path = "crates/test-support" } textwrap = "0.14.2" -which = "4.2.5" +which = "4.3.0" dirs = "4.0.0" volta-migrate = { path = "crates/volta-migrate" }