style: Update rayon.

It has a couple soundness fixes.
This commit is contained in:
Emilio Cobos Álvarez 2017-10-03 17:18:23 +02:00
parent 04de056cde
commit a08ab7bbec
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
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" }