Bump string_cache to 0.2.11

This commit is contained in:
Anthony Ramine 2016-03-09 16:37:16 +01:00
parent e997d93b16
commit 10e19e06a7
11 changed files with 40 additions and 40 deletions

View file

@ -88,7 +88,7 @@ rustc-serialize = "0.3"
selectors = {version = "0.5", features = ["heap_size"]}
serde = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.10", features = ["heap_size", "unstable"]}
string_cache = {version = "0.2.11", features = ["heap_size", "unstable"]}
time = "0.1.12"
unicase = "1.0"
url = {version = "0.5.5", features = ["heap_size"]}