From cfef44e3d26b57b96a9c5fd2ee14c29bdfe34486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 23:07:33 +0000 Subject: [PATCH] Bump which from 4.1.0 to 4.2.2 Bumps [which](https://github.com/harryfei/which-rs) from 4.1.0 to 4.2.2. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.1.0...4.2.2) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- helix-view/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 606d7569..5688fd15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1129,11 +1129,12 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "which" -version = "4.1.0" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" +checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9" dependencies = [ "either", + "lazy_static", "libc", ] diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index cb2032de..89e183f0 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -36,7 +36,7 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.5" log = "~0.4" -which = "4.1" +which = "4.2" [target.'cfg(windows)'.dependencies] clipboard-win = { version = "4.2", features = ["std"] }