From 74a49ad64c7cf48c2dd961440a3adf58289f0f7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:40:44 +0000 Subject: [PATCH] build(deps): bump which from 4.0.2 to 4.1.0 Bumps [which](https://github.com/harryfei/which-rs) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.0.2...4.1.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 26 +++----------------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cb42595..3309c1c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1730,26 +1730,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "thiserror" -version = "1.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" -dependencies = [ - "proc-macro2", - "quote 1.0.9", - "syn 1.0.64", -] - [[package]] name = "time" version = "0.1.44" @@ -1927,12 +1907,12 @@ dependencies = [ [[package]] name = "which" -version = "4.0.2" +version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef" +checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe" dependencies = [ + "either", "libc", - "thiserror", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index c04425ef..2f8b36bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ serde = { version = "1.0.125", features = ["derive"] } indexmap = "1.6.2" notify-rust = { version = "4.3.0", optional = true } semver = "0.11.0" -which = "4.0.2" +which = "4.1.0" shadow-rs = "0.5.24" process_control = { version = "3.0.1", features = ["crossbeam-channel"] }