Update to rayon 1.4.0 (#11898)

This commit is contained in:
sakridge
2020-08-28 21:00:11 -07:00
committed by GitHub
parent 8df263340f
commit c4253dc0f9
13 changed files with 21 additions and 21 deletions

View File

@ -38,7 +38,7 @@ num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
raptorq = "1.4.2"
rayon = "1.3.1"
rayon = "1.4.0"
regex = "1.3.9"
serde = "1.0.112"
serde_derive = "1.0.103"