aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorKeith Yeung <kungfukeith11@gmail.com>2016-06-20 12:17:28 +0800
committerKeith Yeung <kungfukeith11@gmail.com>2016-06-20 12:17:28 +0800
commitd66a04ea6ce86d1cd3291963a9926bc13932d6dd (patch)
tree450bb6c8cac403b8187dde86e76ac787facc4cbe /components/script
parent81ebde63319e3bf927655f8fa84500294152c122 (diff)
downloadservo-d66a04ea6ce86d1cd3291963a9926bc13932d6dd.tar.gz
servo-d66a04ea6ce86d1cd3291963a9926bc13932d6dd.zip
Update string_cache to v0.2.20
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
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"]}