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

@ -34,7 +34,7 @@ cfg-if = "0.1.0"
cssparser = "0.25"
crossbeam-channel = { version = "0.3", optional = true }
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.7", optional = true}
encoding_rs = {version = "0.8", optional = true}
euclid = "0.19"
fallible = { path = "../fallible" }
fxhash = "0.2"
@ -77,7 +77,7 @@ void = "1.0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.39", optional = true, default-features = false }
bindgen = { version = "0.43", optional = true, default-features = false }
regex = {version = "1.0", optional = true}
walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false}