Bump which from 4.1.0 to 4.2.1

Bumps [which](https://github.com/harryfei/which-rs) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Commits](https://github.com/harryfei/which-rs/compare/4.1.0...4.2.1)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-30 03:01:19 +00:00 committed by GitHub
parent ca80051505
commit b219b805e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -1069,11 +1069,12 @@ dependencies = [
[[package]]
name = "which"
version = "4.1.0"
version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
checksum = "7cc009ab82a2afc94b9e467ab4214aee9cad1356cd9191264203d7d72006e00d"
dependencies = [
"either",
"lazy_static 1.4.0",
"libc",
]