Update to rayon 1.4.0 (#11898) (#11902)

(cherry picked from commit c4253dc0f9)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
mergify[bot]
2020-09-01 04:53:39 +00:00
committed by GitHub
parent d9684f99c3
commit 0d23ad00b1
13 changed files with 21 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
num_cpus = "1.13.0"
rand = "0.7.0"
rayon = "1.3.1"
rayon = "1.4.0"
regex = "1.3.9"
serde = { version = "1.0.112", features = ["rc"] }
serde_derive = "1.0.103"