From 85b67802fb4968f29e75123ec248d2412682d883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:03:53 +0000 Subject: [PATCH] Bump which from 4.2.1 to 4.2.2 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca842858..fef01498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4067,9 +4067,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 758ba5a6..0ca04894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ zip = { version = "0.5.13", default-features = false } parity-wasm = "0.42.2" cargo_metadata = "0.14.0" codec = { package = "parity-scale-codec", version = "2.1", features = ["derive"] } -which = "4.2.1" +which = "4.2.2" colored = "2.0.0" toml = "0.5.8" rustc_version = "0.4.0" -- GitLab