Upgrade ordermap dependency to indexmap. (#227)

Avoid the need for indexmap-based applications to build ordermap,
which is the old name for indexmap.

Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
Brian Smith
2018-02-26 18:27:13 -10:00
committed by Carl Lerche
parent b6724f7d7a
commit 06672cbde9
3 changed files with 8 additions and 8 deletions

View File

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