Auto merge of #16303 - froydnj:rayon-version-bump, r=jdm

bump required rayon version to 0.7

...and bring jpeg-decoder along for the ride.  Minor tweaks were necessary because of rayon API changes.

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16303)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-08 21:36:48 -05:00 committed by GitHub
commit fc3a7d03f2
10 changed files with 37 additions and 19 deletions

View file

@ -19,7 +19,7 @@ cssparser = "0.13"
euclid = "0.11"
html5ever = "0.16"
parking_lot = "0.3"
rayon = "0.6"
rayon = "0.7"
rustc-serialize = "0.3"
selectors = {path = "../../../components/selectors"}
servo_atoms = {path = "../../../components/atoms"}