From 5f7213730beecb04c53df5a240d548aa2af7b33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 02:17:28 +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 720dbdd3..56f87761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,13 +1815,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", - "lazy_static", "libc", + "once_cell", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 79d5cf29..b1fcc61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ tui = { version = "0.19", default-features = false, features = ['crossterm', 'se unicode-segmentation = "1.9" unicode-truncate = "0.2" unicode-width = "0.1" -which = "4.2" +which = "4.3" # pprof is not available on windows [target.'cfg(not(windows))'.dependencies]