From 9b6a0655692d2704c9f6e76fef4221c3d36cd759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fausto=20N=C3=BA=C3=B1ez=20Alberro?= Date: Fri, 21 Jul 2017 00:15:21 +0200 Subject: [PATCH] Remove unused immeta dependency in net_traits --- Cargo.lock | 1 - components/net_traits/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2a05f3be0f..df1692975ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1890,7 +1890,6 @@ dependencies = [ "hyper 0.10.10 (registry+https://github.com/rust-lang/crates.io-index)", "hyper_serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", - "immeta 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index b88bcca19c2..a29555e4037 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -16,7 +16,6 @@ heapsize_derive = "0.1" hyper = "0.10" hyper_serde = "0.7" image = "0.12" -immeta = "0.3.1" ipc-channel = "0.8" lazy_static = "0.2" log = "0.3.5"