diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 1af3b51fe76..c3b0edb1a20 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -18,7 +18,6 @@ dependencies = [ "gfx_tests 0.0.1", "gleam 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_app 0.0.1", - "image 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.3 (git+https://github.com/servo/ipc-channel)", "layout 0.0.1", "layout_tests 0.0.1", diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index a0ff462017c..b7956a6b198 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -31,7 +31,6 @@ opt-level = 3 # lto = false [dev-dependencies] -image = "0.10" gfx_tests = {path = "../../tests/unit/gfx"} layout_tests = {path = "../../tests/unit/layout"} net_tests = {path = "../../tests/unit/net"}