From e2d973460930f549f401f6d7e5ab6646035d2d3d Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Wed, 10 Feb 2016 17:41:58 +0100 Subject: [PATCH] Bump string_cache to 0.2.9 --- components/gfx/Cargo.toml | 2 +- components/layout/Cargo.toml | 2 +- components/script/Cargo.toml | 2 +- components/servo/Cargo.lock | 20 ++++++++++---------- components/style/Cargo.toml | 2 +- components/util/Cargo.toml | 2 +- ports/cef/Cargo.lock | 18 +++++++++--------- ports/geckolib/Cargo.lock | 10 +++++----- ports/geckolib/Cargo.toml | 2 +- ports/gonk/Cargo.lock | 18 +++++++++--------- tests/unit/style/Cargo.toml | 2 +- 11 files changed, 40 insertions(+), 40 deletions(-) diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index b5755bd7f54..121d4e5b5c0 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -26,7 +26,7 @@ serde = "0.6" serde_macros = "0.6" servo-skia = "0.20130412.0" smallvec = "0.1" -string_cache = {version = "0.2.7", features = ["heap_size"]} +string_cache = {version = "0.2.9", features = ["heap_size"]} time = "0.1.12" unicode-script = { version = "0.1", features = ["harfbuzz"] } url = {version = "0.5.4", features = ["heap_size"]} diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index 2945ebe1ab5..0add1fb6a63 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -69,7 +69,7 @@ serde = "0.6" serde_json = "0.5" serde_macros = "0.6" smallvec = "0.1" -string_cache = {version = "0.2.7", features = ["heap_size"]} +string_cache = {version = "0.2.9", features = ["heap_size"]} time = "0.1" unicode-bidi = "0.2" unicode-script = { version = "0.1", features = ["harfbuzz"] } diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index fdd2fab2487..8308d01789e 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -84,7 +84,7 @@ rustc-serialize = "0.3" selectors = {version = "0.4.1", features = ["heap_size"]} serde = "0.6" smallvec = "0.1" -string_cache = {version = "0.2.7", features = ["heap_size", "unstable"]} +string_cache = {version = "0.2.9", features = ["heap_size", "unstable"]} time = "0.1.12" unicase = "1.0" url = {version = "0.5.4", features = ["heap_size"]} diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 3be84a580dd..ffe1feb9fea 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ "servo-skia 0.20130412.6 (registry+https://github.com/rust-lang/crates.io-index)", "simd 0.1.0 (git+https://github.com/huonw/simd)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -838,7 +838,7 @@ dependencies = [ "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)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (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)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1011,7 +1011,7 @@ dependencies = [ "serde_json 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1596,7 +1596,7 @@ dependencies = [ "selectors 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1655,7 +1655,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1823,7 +1823,7 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "debug_unreachable 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1857,7 +1857,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1874,7 +1874,7 @@ dependencies = [ "msg 0.0.1", "plugins 0.0.1", "selectors 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2056,7 +2056,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2239,7 +2239,7 @@ dependencies = [ "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)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (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)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index b9e140426ee..c29f6651812 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -36,7 +36,7 @@ selectors = {version = "0.4.1", features = ["heap_size", "unstable"]} serde = "0.6" serde_macros = "0.6" smallvec = "0.1" -string_cache = {version = "0.2.7", features = ["heap_size"]} +string_cache = {version = "0.2.9", features = ["heap_size"]} time = "0.1" url = {version = "0.5.4", features = ["heap_size"]} diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index 97a3e7cbf54..9492dc21a62 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -45,7 +45,7 @@ selectors = {version = "0.4.1", features = ["heap_size"]} serde = "0.6" serde_macros = "0.6" smallvec = "0.1" -string_cache = {version = "0.2.7", features = ["heap_size"]} +string_cache = {version = "0.2.9", features = ["heap_size"]} url = {version = "0.5.4", features = ["heap_size", "serde_serialization"]} uuid = "0.1.17" diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 4e9bbfd3519..a1a58682284 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -613,7 +613,7 @@ dependencies = [ "servo-skia 0.20130412.6 (registry+https://github.com/rust-lang/crates.io-index)", "simd 0.1.0 (git+https://github.com/huonw/simd)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -769,7 +769,7 @@ dependencies = [ "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)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (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)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -942,7 +942,7 @@ dependencies = [ "serde_json 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1483,7 +1483,7 @@ dependencies = [ "selectors 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1533,7 +1533,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1736,7 +1736,7 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "debug_unreachable 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1770,7 +1770,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1952,7 +1952,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2124,7 +2124,7 @@ dependencies = [ "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)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (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)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index 01ed9640875..45268f780c1 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -11,7 +11,7 @@ dependencies = [ "num_cpus 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", @@ -326,7 +326,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -362,7 +362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "string_cache" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "debug_unreachable 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -396,7 +396,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -499,7 +499,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index 7fbeb126b2b..cc0a5a6e636 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -18,7 +18,7 @@ log = "0.3" num_cpus = "0.2.2" selectors = {version = "0.4.1", features = ["heap_size"]} smallvec = "0.1" -string_cache = {version = "0.2.7", features = ["heap_size"]} +string_cache = {version = "0.2.9", features = ["heap_size"]} url = {version = "0.5.4", features = ["heap_size"]} [dependencies.util] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 2e0eeb560d3..d3bf4f8feb5 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -615,7 +615,7 @@ dependencies = [ "servo-skia 0.20130412.6 (registry+https://github.com/rust-lang/crates.io-index)", "simd 0.1.0 (git+https://github.com/huonw/simd)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -751,7 +751,7 @@ dependencies = [ "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)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (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)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -924,7 +924,7 @@ dependencies = [ "serde_json 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1465,7 +1465,7 @@ dependencies = [ "selectors 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1515,7 +1515,7 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1716,7 +1716,7 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.2.7" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "debug_unreachable 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1750,7 +1750,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1932,7 +1932,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2073,7 +2073,7 @@ dependencies = [ "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)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.2.7 (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)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/tests/unit/style/Cargo.toml b/tests/unit/style/Cargo.toml index ce26b398ca5..c9a5d579220 100644 --- a/tests/unit/style/Cargo.toml +++ b/tests/unit/style/Cargo.toml @@ -28,5 +28,5 @@ app_units = {version = "0.2.1", features = ["plugins"]} cssparser = {version = "0.5.2", features = ["heap_size"]} euclid = {version = "0.6.1", features = ["plugins"]} selectors = {version = "0.4.1", features = ["heap_size"]} -string_cache = {version = "0.2.7", features = ["heap_size"]} +string_cache = {version = "0.2.9", features = ["heap_size"]} url = {version = "0.5.4", features = ["heap_size"]}