From 2c333380686a310f1a6ffe5156e7ab19db836294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:07:50 +0000 Subject: [PATCH] Bump which from 4.2.2 to 4.2.4 Bumps [which](https://github.com/harryfei/which-rs) from 4.2.2 to 4.2.4. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.2.2...4.2.4) --- 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 eae7710f..62f9370f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4153,9 +4153,9 @@ dependencies = [ [[package]] name = "which" -version = "4.2.2" +version = "4.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9" +checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2" dependencies = [ "either", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index b02c90b6..c02e8ddf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ zip = { version = "0.5.13", default-features = false } parity-wasm = "0.42.2" cargo_metadata = "0.14.1" codec = { package = "parity-scale-codec", version = "2.3.1", features = ["derive"] } -which = "4.2.2" +which = "4.2.4" colored = "2.0.0" toml = "0.5.8" rustc_version = "0.4.0" -- GitLab