From dcdce27bb71f2e0c537ac9cffd50fc178ceaef86 Mon Sep 17 00:00:00 2001 From: hcpl Date: Sat, 2 Dec 2017 03:52:22 +0200 Subject: [PATCH] Update some dev-dependencies (#146) Only for those crates which have breaking-change releases. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 588fa7e..cd6d327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ bytes = "0.4" fnv = "1.0.5" [dev-dependencies] -ordermap = "0.2.9" -seahash = "3.0.5" +ordermap = "0.3" +quickcheck = "0.5" rand = "0.3.15" -quickcheck = "0.4.1" +seahash = "3.0.5" serde = "1.0" serde_json = "1.0"