Skip to content

Commit

Permalink
Auto merge of #22221 - Eijebong:random-depup, r=nox
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo committed Nov 27, 2018
2 parents e7d4e65 + dafa2cf commit 482923c
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 64 deletions.
127 changes: 71 additions & 56 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down
6 changes: 3 additions & 3 deletions components/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}
domobject_derive = {path = "../domobject_derive"}
embedder_traits = {path = "../embedder_traits"}
encoding_rs = "0.7"
encoding_rs = "0.8"
enum-iterator = "0.2.0"
euclid = "0.19"
fnv = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions components/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ servo_config = {path = "../config"}
servo_url = {path = "../url"}
url = "1.2"
uuid = {version = "0.7", features = ["v4"]}
webdriver = "0.37"
webdriver = "0.38"

0 comments on commit 482923c

Please sign in to comment.