Skip to content

Commit

Permalink
Update to byteorder 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saurvs committed Apr 13, 2016
1 parent bbcbd35 commit 647d987
Show file tree
Hide file tree
Showing 10 changed files with 243 additions and 186 deletions.
2 changes: 1 addition & 1 deletion components/compositing/Cargo.toml
Expand Up @@ -89,7 +89,7 @@ git = "https://github.com/servo/webrender"
app_units = {version = "0.2.3", features = ["plugins"]}
euclid = {version = "0.6.4", features = ["plugins"]}
gleam = "0.2.8"
image = "0.7"
image = "0.9"
log = "0.3.5"
num = "0.1.24"
offscreen_gl_context = "0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ path = "../plugins"
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
hyper = { version = "0.8", features = [ "serde-serialization" ] }
image = "0.7"
image = "0.9"
lazy_static = "0.1.15"
log = "0.3.5"
serde = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -75,7 +75,7 @@ heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
html5ever = {version = "0.5.1", features = ["heap_size", "unstable"]}
hyper = { version = "0.8", features = [ "serde-serialization" ] }
image = "0.7"
image = "0.9"
libc = "0.2"
log = "0.3.5"
num = "0.1.24"
Expand Down
139 changes: 79 additions & 60 deletions components/servo/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/servo/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ doc = false
bench = false

[dev-dependencies]
image = "0.7"
image = "0.9"

[dev-dependencies.gfx_tests]
path = "../../tests/unit/gfx"
Expand Down
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ path = "../util"
git = "https://github.com/servo/ipc-channel"

[dependencies]
image = "0.7"
image = "0.9"
log = "0.3.5"
hyper = "0.8"
rustc-serialize = "0.3.4"
Expand Down
133 changes: 76 additions & 57 deletions ports/cef/Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions ports/geckolib/Cargo.lock

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

0 comments on commit 647d987

Please sign in to comment.