From d66a04ea6ce86d1cd3291963a9926bc13932d6dd Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Mon, 20 Jun 2016 12:17:28 +0800 Subject: [PATCH] Update string_cache to v0.2.20 --- components/gfx/Cargo.toml | 2 +- components/layout/Cargo.toml | 2 +- components/script/Cargo.toml | 2 +- components/servo/Cargo.lock | 18 +++++++++--------- components/style/Cargo.toml | 2 +- ports/cef/Cargo.lock | 16 ++++++++-------- ports/geckolib/Cargo.lock | 12 ++++++------ ports/geckolib/Cargo.toml | 4 ++-- ports/geckolib/string_cache/Cargo.toml | 2 +- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index 6982ed4a2dd3..4a5dcba9a288 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -35,7 +35,7 @@ rustc-serialize = "0.3" serde = "0.7" serde_macros = "0.7" smallvec = "0.1" -string_cache = {version = "0.2.18", features = ["heap_size"]} +string_cache = {version = "0.2.20", features = ["heap_size"]} style = {path = "../style"} style_traits = {path = "../style_traits"} time = "0.1.12" diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index e6878976167a..f200aa86607c 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -36,7 +36,7 @@ selectors = {version = "0.6", features = ["heap_size"]} serde_json = "0.7" serde_macros = "0.7" smallvec = "0.1" -string_cache = {version = "0.2.18", features = ["heap_size"]} +string_cache = {version = "0.2.20", features = ["heap_size"]} style = {path = "../style"} style_traits = {path = "../style_traits"} time = "0.1" diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 9aa39fc12af8..911f1b9cc67c 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -56,7 +56,7 @@ script_traits = {path = "../script_traits"} selectors = {version = "0.6", features = ["heap_size"]} serde = "0.7" smallvec = "0.1" -string_cache = {version = "0.2.18", features = ["heap_size", "unstable"]} +string_cache = {version = "0.2.20", features = ["heap_size", "unstable"]} style = {path = "../style"} time = "0.1.12" url = {version = "1.0.0", features = ["heap_size", "query_encoding"]} diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index b973dc19cbd8..caba1fc1bebb 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -783,7 +783,7 @@ dependencies = [ "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "simd 0.1.0 (git+https://github.com/huonw/simd)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -962,7 +962,7 @@ dependencies = [ "phf 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "phf_codegen 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1160,7 +1160,7 @@ dependencies = [ "serde_json 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1910,7 +1910,7 @@ dependencies = [ "selectors 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "tinyfiledialogs 0.1.0 (git+https://github.com/jdm/tinyfiledialogs)", @@ -1971,7 +1971,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2133,7 +2133,7 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.2.18" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2167,7 +2167,7 @@ dependencies = [ "serde 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2184,7 +2184,7 @@ dependencies = [ "euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", "url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2644,7 +2644,7 @@ dependencies = [ "phf 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "phf_codegen 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 24db5a460348..98492645bc7b 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -33,7 +33,7 @@ selectors = {version = "0.6", features = ["heap_size", "unstable"]} serde = {version = "0.7", features = ["nightly"]} serde_macros = "0.7" smallvec = "0.1" -string_cache = {version = "0.2.18", features = ["heap_size"]} +string_cache = {version = "0.2.20", features = ["heap_size"]} style_traits = {path = "../style_traits"} time = "0.1" url = {version = "1.0.0", features = ["heap_size"]} diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 04f738380f0d..69af9dcbedf2 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -705,7 +705,7 @@ dependencies = [ "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "simd 0.1.0 (git+https://github.com/huonw/simd)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -875,7 +875,7 @@ dependencies = [ "phf 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "phf_codegen 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1073,7 +1073,7 @@ dependencies = [ "serde_json 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1768,7 +1768,7 @@ dependencies = [ "selectors 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "tinyfiledialogs 0.1.0 (git+https://github.com/jdm/tinyfiledialogs)", @@ -1819,7 +1819,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2018,7 +2018,7 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.2.18" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2052,7 +2052,7 @@ dependencies = [ "serde 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2506,7 +2506,7 @@ dependencies = [ "phf 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "phf_codegen 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "tendril 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index 0391485d5365..7f01cec464f8 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ "plugins 0.0.1", "selectors 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -404,7 +404,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -437,7 +437,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "string_cache" -version = "0.2.18" +version = "0.2.20" dependencies = [ "gecko_bindings 0.0.1", "heapsize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -447,9 +447,9 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.2.18" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -replace = "string_cache 0.2.18" +replace = "string_cache 0.2.20" [[package]] name = "style" @@ -474,7 +474,7 @@ dependencies = [ "serde 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index d68bbc598c09..1b8fdfce72e0 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -35,7 +35,7 @@ libc = "0.2" num_cpus = "0.2.2" selectors = {version = "0.6", features = ["unstable"]} smallvec = "0.1" -string_cache = {version = "0.2.18", features = ["unstable"]} +string_cache = {version = "0.2.20", features = ["unstable"]} url = "1.0.0" log = {version = "0.3.5", features = ["release_max_level_info"]} plugins = {path = "../../components/plugins"} @@ -47,4 +47,4 @@ style_traits = {path = "../../components/style_traits"} env_logger = "0.3" [replace] -"string_cache:0.2.18" = {path = "string_cache"} +"string_cache:0.2.20" = {path = "string_cache"} diff --git a/ports/geckolib/string_cache/Cargo.toml b/ports/geckolib/string_cache/Cargo.toml index 5474b88fa3d9..9fd707c2a340 100644 --- a/ports/geckolib/string_cache/Cargo.toml +++ b/ports/geckolib/string_cache/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "string_cache" description = "A crate to allow using Gecko's nsIAtom as a replacement for string_cache." -version = "0.2.18" +version = "0.2.20" authors = ["The Servo Project Developers"] publish = false