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

@ -17,7 +17,7 @@ doctest = false
[dependencies]
base64 = "0.9"
brotli = "2.5"
brotli = "3"
bytes = "0.4"
cookie_rs = {package = "cookie", version = "0.11"}
crossbeam-channel = "0.3"
@ -29,7 +29,7 @@ headers-ext = "0.0.3"
http = "0.1"
hyper = "0.12"
hyper_serde = "0.9"
hyper-openssl = "0.6"
hyper-openssl = "0.7"
immeta = "0.4"
ipc-channel = "0.11"
lazy_static = "1"
@ -62,7 +62,7 @@ ws = { version = "0.7", features = ["ssl"] }
[dev-dependencies]
std_test_override = { path = "../std_test_override" }
futures = "0.1"
tokio-openssl = "0.2"
tokio-openssl = "0.3"
[[test]]
name = "main"