Auto merge of #22221 - Eijebong:random-depup, r=nox

Update dependencies

Those are all easy and unrelated dependency updates, hence the single PR

<!-- 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/22221)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-11-27 11:27:54 -05:00 committed by GitHub
commit 482923cec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 79 additions and 64 deletions

View file

@ -31,7 +31,7 @@ log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
net_traits = {path = "../net_traits"}
ordered-float = "1.0"
packed_simd = {version = "0.1", optional = true}
packed_simd = {version = "0.3", optional = true}
range = {path = "../range"}
serde = "1.0"
servo_arc = {path = "../servo_arc"}