Navigation Menu

Skip to content

Commit

Permalink
Update image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored and nox committed Jan 11, 2017
1 parent ed3f532 commit 1c0b09f
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 21 deletions.
54 changes: 38 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
euclid = "0.10.1"
gfx_traits = {path = "../gfx_traits"}
gleam = "0.2.8"
image = "0.10"
image = "0.12"
ipc-channel = "0.5"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ heapsize = "0.3.0"
heapsize_derive = "0.1"
hyper = "0.9.9"
hyper_serde = "0.1.4"
image = "0.10"
image = "0.12"
lazy_static = "0.2"
log = "0.3.5"
num-traits = "0.1.32"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -42,7 +42,7 @@ html5ever = {version = "0.12.1", features = ["heap_size", "unstable"]}
html5ever-atoms = {version = "0.1", features = ["heap_size"]}
hyper = "0.9.9"
hyper_serde = "0.1.4"
image = "0.10"
image = "0.12"
ipc-channel = "0.5"
js = {git = "https://github.com/servo/rust-mozjs", features = ["promises"]}
jstraceable_derive = {path = "../jstraceable_derive"}
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
euclid = "0.10.1"
hyper = "0.9.9"
image = "0.10"
image = "0.12"
ipc-channel = "0.5"
log = "0.3.5"
msg = {path = "../msg"}
Expand Down
2 changes: 1 addition & 1 deletion servo-tidy.toml
Expand Up @@ -10,7 +10,7 @@ lint-scripts = [

[ignore]
# Ignored packages with duplicated versions
packages = ["bitflags", "lazy_static", "semver", "libloading"]
packages = ["bitflags", "byteorder", "lazy_static", "semver", "libloading"]
# Files that are ignored for all tidy and lint checks.
files = [
# Generated and upstream code combined with our own. Could use cleanup
Expand Down

0 comments on commit 1c0b09f

Please sign in to comment.