Update some dev-dependencies (#146)

Only for those crates which have breaking-change releases.
This commit is contained in:
hcpl
2017-12-02 03:52:22 +02:00
committed by Sean McArthur
parent aa3394b3f1
commit dcdce27bb7
+3 -3
View File
@@ -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"