From 267789da92a065d8616b74709b73897748e07fb7 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 13 Mar 2018 01:38:07 +0800 Subject: [PATCH] Update indexmap to 1.0 (#237) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af45ec9..e3a2988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ log = "0.4.1" fnv = "1.0.5" slab = "0.4.0" string = "0.1" -indexmap = "0.4" +indexmap = "1.0" [dev-dependencies] tokio-timer = "0.1"