Downgrade new "which" dependency from 4.2.5 to the available 4.2.4

This commit is contained in:
Mads Kiilerich 2022-05-05 08:35:04 +02:00
parent cea5a508e9
commit 84273987af

View File

@ -63,3 +63,9 @@ diff --git a/rust/rhg/Cargo.toml b/rust/rhg/Cargo.toml
regex = "1.3.9" regex = "1.3.9"
env_logger = "0.7.1" env_logger = "0.7.1"
format-bytes = "0.3.0" format-bytes = "0.3.0"
@@ -21,4 +21,4 @@ regex = "1.3.9"
env_logger = "0.7.1"
format-bytes = "0.3.0"
users = "0.11.0"
-which = "4.2.5"
+which = "4.2.4"