From 7295c9f9de6d5dd390afbcc9f991f62befc5539f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:01:34 +0000 Subject: [PATCH] Update proptest requirement from 0.10 to 1.0 Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version. - [Release notes](https://github.com/altsysrq/proptest/releases) - [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/altsysrq/proptest/compare/0.10.0...1.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36d82cde..6010705a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ wasm-bindgen = {version = "^0.2", features = ["nightly", "serde-serialize"]} [dev-dependencies] rand_chacha = "0.2" -proptest = "0.10" +proptest = "1.0" lazy_static = "1.4" bincode = "1"