Merge pull request #189 from sagiegurari/dependabot/cargo/which-4.2.2

Bump which from 4.2.1 to 4.2.2
This commit is contained in:
Sagie Gur-Ari 2021-08-02 12:29:50 -07:00 committed by GitHub
commit 6eae60867e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -1069,9 +1069,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 1.4.0",