Update indexmap to 1.0 (#237)

This commit is contained in:
messense
2018-03-13 01:38:07 +08:00
committed by Carl Lerche
parent 70cf009305
commit 267789da92

View File

@@ -39,7 +39,7 @@ log = "0.4.1"
fnv = "1.0.5" fnv = "1.0.5"
slab = "0.4.0" slab = "0.4.0"
string = "0.1" string = "0.1"
indexmap = "0.4" indexmap = "1.0"
[dev-dependencies] [dev-dependencies]
tokio-timer = "0.1" tokio-timer = "0.1"