Bump rayon from 1.1.0 to 1.2.0 (#5758)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.1.0...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-03 13:39:58 -06:00
committed by Greg Fitzgerald
parent 5dd85f1533
commit 61bd14c40a
8 changed files with 25 additions and 25 deletions

View File

@ -22,7 +22,7 @@ memmap = "0.6.2"
num-derive = "0.2"
num-traits = "0.2"
rand = "0.6.5"
rayon = "1.1.0"
rayon = "1.2.0"
serde = "1.0.99"
serde_derive = "1.0.99"
serde_json = "1.0.40"