From ebae503a24db9859f2f96dc92968b195f97cdf54 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 24 Jan 2016 03:24:15 +0100 Subject: [PATCH] Bump phf to 0.7.12 --- components/servo/Cargo.lock | 34 ++++++++++++++-------------------- ports/cef/Cargo.lock | 34 ++++++++++++++-------------------- ports/geckolib/Cargo.lock | 10 +++++----- ports/gonk/Cargo.lock | 34 ++++++++++++++-------------------- 4 files changed, 47 insertions(+), 65 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 4cf9802fc2e..f1cd4fec2c3 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -366,11 +366,6 @@ dependencies = [ "serde_macros 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "debug-builders" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "debug_unreachable" version = "0.0.6" @@ -845,8 +840,8 @@ dependencies = [ "heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1400,34 +1395,33 @@ dependencies = [ [[package]] name = "phf" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "debug-builders 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_codegen" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_generator" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_shared" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1867,8 +1861,8 @@ dependencies = [ "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2314,8 +2308,8 @@ source = "git+https://github.com/Ygg01/xml5ever#6c7017063dc1cfd64f08b7701a689e74 dependencies = [ "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 061aa120c1d..f32c6683827 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -338,11 +338,6 @@ dependencies = [ "serde_macros 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "debug-builders" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "debug_unreachable" version = "0.0.6" @@ -775,8 +770,8 @@ dependencies = [ "heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1304,34 +1299,33 @@ dependencies = [ [[package]] name = "phf" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "debug-builders 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_codegen" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_generator" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_shared" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1781,8 +1775,8 @@ dependencies = [ "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2200,8 +2194,8 @@ source = "git+https://github.com/Ygg01/xml5ever#6c7017063dc1cfd64f08b7701a689e74 dependencies = [ "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index 988cca2d4bf..ce253cf884a 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -269,16 +269,16 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_shared" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -406,8 +406,8 @@ dependencies = [ "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 910854e3f45..df605b2642d 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -330,11 +330,6 @@ dependencies = [ "serde_macros 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "debug-builders" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "debug_unreachable" version = "0.0.6" @@ -756,8 +751,8 @@ dependencies = [ "heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1285,34 +1280,33 @@ dependencies = [ [[package]] name = "phf" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "debug-builders 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_codegen" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_generator" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "phf_shared" -version = "0.7.5" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1760,8 +1754,8 @@ dependencies = [ "heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2148,8 +2142,8 @@ source = "git+https://github.com/Ygg01/xml5ever#6c7017063dc1cfd64f08b7701a689e74 dependencies = [ "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", - "phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",