Skip to content

Commit

Permalink
Bump image and offscreen_gl_context
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Nov 15, 2017
1 parent 6f1d9a1 commit 60bde30
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 71 deletions.
127 changes: 63 additions & 64 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/canvas/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ gleam = "0.4"
ipc-channel = "0.9"
log = "0.3.5"
num-traits = "0.1.32"
offscreen_gl_context = { version = "0.12", features = ["serde", "osmesa"] }
offscreen_gl_context = { version = "0.13", features = ["serde", "osmesa"] }
servo_config = {path = "../config"}
webrender = {git = "https://github.com/servo/webrender"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
2 changes: 1 addition & 1 deletion components/canvas_traits/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ lazy_static = "0.2"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
nonzero = {path = "../nonzero"}
offscreen_gl_context = { version = "0.12", features = ["serde"] }
offscreen_gl_context = { version = "0.13", features = ["serde"] }
serde = "1.0"
servo_config = {path = "../config"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
euclid = "0.15"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.4"
image = "0.16"
image = "0.17"
ipc-channel = "0.9"
libc = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
cookie = "0.6"
hyper = "0.10"
hyper_serde = "0.7"
image = "0.16"
image = "0.17"
ipc-channel = "0.9"
lazy_static = "0.2"
log = "0.3.5"
Expand Down
4 changes: 2 additions & 2 deletions components/script/Cargo.toml
Expand Up @@ -52,7 +52,7 @@ half = "1.0"
html5ever = "0.21"
hyper = "0.10"
hyper_serde = "0.7"
image = "0.16"
image = "0.17"
ipc-channel = "0.9"
jstraceable_derive = {path = "../jstraceable_derive"}
lazy_static = "0.2"
Expand All @@ -69,7 +69,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
nonzero = {path = "../nonzero"}
num-traits = "0.1.32"
offscreen_gl_context = { version = "0.12", features = ["serde"] }
offscreen_gl_context = { version = "0.13", features = ["serde"] }
open = "1.1.1"
parking_lot = "0.4"
phf = "0.7.18"
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ base64 = "0.6"
cookie = "0.6"
euclid = "0.15"
hyper = "0.10"
image = "0.16"
image = "0.17"
ipc-channel = "0.9"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down

0 comments on commit 60bde30

Please sign in to comment.