Update string_cache to 0.2.26

This commit is contained in:
Keith Yeung 2016-08-28 00:30:46 -07:00
parent 1c2b45f87f
commit 40c9601686
8 changed files with 25 additions and 25 deletions

View file

@ -44,7 +44,7 @@ selectors = "0.11"
serde = {version = "0.8", optional = true}
serde_macros = {version = "0.8", optional = true}
smallvec = "0.1"
string_cache = {version = "0.2.25", features = ["heap_size"], optional = true}
string_cache = {version = "0.2.26", features = ["heap_size"], optional = true}
style_traits = {path = "../style_traits"}
time = "0.1"
url = "1.2"