From 74d3a1046584f2f7e0a363fb5ad6abb931dbcfc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Aug 2018 08:12:32 +0000 Subject: [PATCH] Update quickcheck requirement from 0.6.0 to 0.7.1 Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version. - [Release notes](https://github.com/BurntSushi/quickcheck/releases) - [Commits](https://github.com/BurntSushi/quickcheck/commits/0.7.1) Signed-off-by: dependabot[bot] --- test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Cargo.toml b/test/Cargo.toml index a2f3747..1f9909d 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" [dependencies] rand = "0.4.2" -quickcheck = "0.6.0" +quickcheck = "0.7.1" histo = "0.1.0" cfg-if = "0.1.2"