diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-20 01:29:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-20 01:29:33 -0500 |
commit | fa0f2898fb8917cff54e07a6bd3ad8730ef10605 (patch) | |
tree | 450bb6c8cac403b8187dde86e76ac787facc4cbe /components/script | |
parent | 81ebde63319e3bf927655f8fa84500294152c122 (diff) | |
parent | d66a04ea6ce86d1cd3291963a9926bc13932d6dd (diff) | |
download | servo-fa0f2898fb8917cff54e07a6bd3ad8730ef10605.tar.gz servo-fa0f2898fb8917cff54e07a6bd3ad8730ef10605.zip |
Auto merge of #11799 - KiChjang:update-string-cache, r=Wafflespeanut
Update string_cache to v0.2.20
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11799)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 9aa39fc12af..911f1b9cc67 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"]} |