summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Kulp <darren@kulp.ch>2022-06-02 06:18:45 -0400
committerDarren Kulp <darren@kulp.ch>2022-06-03 21:48:18 -0400
commit2cf7ba9ee1a0b545ec52ffea697af42ee681ee22 (patch)
treee34d3484b61ea6ec1a033fe629c7ab5982286d74
parent4d18f7606a2bc8a18b181b3e9639c9464a9dc896 (diff)
deps: Update `which` crate to 4.2.2
Fixes #2181.
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bcab40b4..47a73bc6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -412,9 +412,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[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",