From 039e22183889d00a7a00867377d323bf41b46c93 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 12 Mar 2018 17:09:01 +0100 Subject: [PATCH] deps: update indexmap to 1.0 (#187) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c75951..407e497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bytes = "0.4" fnv = "1.0.5" [dev-dependencies] -indexmap = "0.4" +indexmap = "1.0" quickcheck = "0.6" rand = "0.4" seahash = "3.0.5"