From cf8cda1b23464a90afc23ab7d069c545a5c076b5 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 9 Jun 2017 10:46:47 -0400 Subject: [PATCH] Remove cssparser dependency from msg. --- Cargo.lock | 1 - components/msg/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e78cc723170..5abc322a15a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1740,7 +1740,6 @@ name = "msg" version = "0.0.1" dependencies = [ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cssparser 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index d1211efee490..4547152404af 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -11,7 +11,6 @@ path = "lib.rs" [dependencies] bitflags = "0.7" -cssparser = "0.13.3" heapsize = "0.4" heapsize_derive = "0.1" serde = "0.9"