Update string_cache to v0.2.20

This commit is contained in:
Keith Yeung 2016-06-20 12:17:28 +08:00
parent 81ebde6331
commit d66a04ea6c
9 changed files with 30 additions and 30 deletions

View file

@ -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"]}