From ff042fdf9c368974517ae1c9ebe0fa41bccc944e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 20 Apr 2016 15:05:04 +0200 Subject: [PATCH] Drop style_traits's unused dependency on num. --- components/servo/Cargo.lock | 1 - components/style_traits/Cargo.toml | 1 - ports/cef/Cargo.lock | 1 - ports/geckolib/Cargo.lock | 1 - ports/gonk/Cargo.lock | 1 - 5 files changed, 5 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 7e1307c2a15..e75365fc3a7 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -2080,7 +2080,6 @@ dependencies = [ "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/components/style_traits/Cargo.toml b/components/style_traits/Cargo.toml index 366799438f4..e7119079d5b 100644 --- a/components/style_traits/Cargo.toml +++ b/components/style_traits/Cargo.toml @@ -21,7 +21,6 @@ heapsize = "0.3.0" heapsize_plugin = "0.1.2" lazy_static = "0.1.10" log = "0.3.5" -num = "0.1.24" rustc-serialize = "0.3" selectors = {version = "0.5", features = ["heap_size"]} serde = "0.7" diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 32d99033488..b6dbfa5a0e4 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1966,7 +1966,6 @@ dependencies = [ "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index 5b6b6a4573c..e2c17c41381 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -472,7 +472,6 @@ dependencies = [ "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 3740ef54a77..6c2aa7babef 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1946,7 +1946,6 @@ dependencies = [ "heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",