From ef18b49b35bbf6b7320f7482edf98542691419cf Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 12 Nov 2015 23:38:45 -0500 Subject: [PATCH] Upgrade string_cache_shared --- components/servo/Cargo.lock | 6 +++--- ports/cef/Cargo.lock | 6 +++--- ports/gonk/Cargo.lock | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 2e18cd64b3c..80e99560a61 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1689,7 +1689,7 @@ dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_shared 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1699,12 +1699,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_shared 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "string_cache_shared" -version = "0.1.10" +version = "0.1.11" 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)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 635dc42055c..39e2e853b0b 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1648,7 +1648,7 @@ dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_shared 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1658,12 +1658,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_shared 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "string_cache_shared" -version = "0.1.10" +version = "0.1.11" 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)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 3612d06ad56..e5b12137eca 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1626,7 +1626,7 @@ dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache_plugin 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_shared 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1636,12 +1636,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_shared 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "string_cache_shared" -version = "0.1.10" +version = "0.1.11" 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)",