From 6379243485767550fa4192d96e15e3712ebb0d04 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 2 May 2016 16:33:56 -0700 Subject: [PATCH] Remove unused dependencies --- components/devtools_traits/Cargo.toml | 1 - components/net_traits/Cargo.toml | 1 - components/servo/Cargo.lock | 2 -- ports/cef/Cargo.lock | 2 -- ports/gonk/Cargo.lock | 2 -- 5 files changed, 8 deletions(-) diff --git a/components/devtools_traits/Cargo.toml b/components/devtools_traits/Cargo.toml index cb8e54184ae..bc1878b5a37 100644 --- a/components/devtools_traits/Cargo.toml +++ b/components/devtools_traits/Cargo.toml @@ -11,7 +11,6 @@ path = "lib.rs" [dependencies] msg = {path = "../msg"} ipc-channel = {git = "https://github.com/servo/ipc-channel"} -plugins = {path = "../plugins"} heapsize = "0.3.0" heapsize_plugin = "0.1.2" hyper = { version = "0.9", features = [ "serde-serialization" ] } diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index 88c510b9b87..2f0158fd020 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -12,7 +12,6 @@ path = "lib.rs" util = {path = "../util"} msg = {path = "../msg"} ipc-channel = {git = "https://github.com/servo/ipc-channel"} -plugins = {path = "../plugins"} heapsize = "0.3.0" heapsize_plugin = "0.1.2" hyper = { version = "0.9", features = [ "serde-serialization" ] } diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index c49b0d24175..adba235f7f4 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -456,7 +456,6 @@ dependencies = [ "hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", - "plugins 0.0.1", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1376,7 +1375,6 @@ dependencies = [ "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "plugins 0.0.1", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 705edfbec69..0c52ffcddee 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -427,7 +427,6 @@ dependencies = [ "hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", - "plugins 0.0.1", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1271,7 +1270,6 @@ dependencies = [ "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "plugins 0.0.1", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 215e92be65e..c535617e7ee 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -420,7 +420,6 @@ dependencies = [ "hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", - "plugins 0.0.1", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1254,7 +1253,6 @@ dependencies = [ "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "plugins 0.0.1", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",