diff rust/rhg/Cargo.toml @ 50100:812a9fbf4380 stable

rust: upgrade minimum `rayon` dependency The 1.6.0 and 1.6.1 releases fixes a soundness issue and a performance issue that are both important to us, since both correctness and performance are paramount in the Rust extensions.
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 16 Feb 2023 11:42:34 +0100
parents 52464a20add0
children
line wrap: on
line diff
--- a/rust/rhg/Cargo.toml	Sat Feb 18 01:21:51 2023 +0100
+++ b/rust/rhg/Cargo.toml	Thu Feb 16 11:42:34 2023 +0100
@@ -22,4 +22,4 @@
 format-bytes = "0.3.0"
 users = "0.11.0"
 which = "4.2.5"
-rayon = "1.5.1"
+rayon = "1.6.1"