From 18923e791db583f289cb7a58947af5e54ea546a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 23:12:54 +1300 Subject: [PATCH] Update proptest requirement from 0.10 to 1.0 (#28) 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-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d8bc32..9769e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ tokio = { version = "1.0", features = ["io-util", "macros", "net", "rt-multi-thr tokio-util = { version = "0.6", features = ["codec"] } [dev-dependencies] -proptest = "0.10" +proptest = "1.0" -- 2.38.5