Update to rayon 1.4.0 (bp #11898) (#11959)

* Update to rayon 1.4.0 (#11898)

Co-authored-by: sakridge <sakridge@gmail.com>
Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
mergify[bot]
2020-08-31 20:38:33 -07:00
committed by GitHub
parent 1afd1db4fc
commit b34f179546
13 changed files with 44 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ edition = "2018"
rand = "0.7.0"
dlopen = "0.1.8"
bincode = "1.3.1"
rayon = "1.3.0"
rayon = "1.4.0"
serde = "1.0.110"
dlopen_derive = "0.1.4"
lazy_static = "1.4.0"