diff rust/hg-core/Cargo.toml @ 44158:161958ebf73c

rust-dependencies: update rayon This is just to make sure we use the latest version and also makes it easier to peruse the docs. Differential Revision: https://phab.mercurial-scm.org/D7926
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 17 Jan 2020 15:34:11 +0100
parents 7f86426fdd2c
children c18dd48cea4a
line wrap: on
line diff
--- a/rust/hg-core/Cargo.toml	Fri Jan 24 11:05:42 2020 -0500
+++ b/rust/hg-core/Cargo.toml	Fri Jan 17 15:34:11 2020 +0100
@@ -15,6 +15,6 @@
 memchr = "2.2.0"
 rand = "0.6.5"
 rand_pcg = "0.1.1"
-rayon = "1.2.0"
+rayon = "1.3.0"
 regex = "1.1.0"
 twox-hash = "1.5.0"