Auto merge of #18728 - emilio:rayonup, r=jdm

style: Update rayon.

It has a couple soundness fixes.

<!-- 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/18728)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-10-03 20:34:09 -05:00 committed by GitHub
commit a4f642185e
2 changed files with 9 additions and 9 deletions

View file

@ -62,7 +62,7 @@ owning_ref = "0.3.3"
parking_lot = "0.4"
pdqsort = "0.1.0"
precomputed-hash = "0.1.1"
rayon = "0.8"
rayon = "0.8.2"
selectors = { path = "../selectors" }
serde = {version = "1.0", optional = true, features = ["derive"]}
servo_arc = { path = "../servo_arc" }