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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-29 05:40:44 +00:00
parent b8b9c4264d
commit 74a49ad64c
2 changed files with 4 additions and 24 deletions

26
Cargo.lock generated
View file

@ -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]]

View file

@ -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"] }