From 77e0c1974999a68fdb4387e8f1bd7f6ce2ed6435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 10 Jan 2019 21:20:08 +0100 Subject: [PATCH] chore: Update the quickcheck dev-dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2cb036fe..d6d75bdb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ csv = "1.0" elapsed = "0.1" env_logger = "0.6" jemallocator = "0.1" -quickcheck = "0.7" +quickcheck = "0.8" rand = "0.6" rand_xorshift = "0.1" structopt = "0.2"