From 73848139790b07a084fa3c84d334f8fabe38de04 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 27 Mar 2021 19:34:11 +0900 Subject: [PATCH] chore: update proptest to 1 (#3653) --- tokio-stream/Cargo.toml | 2 +- tokio/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tokio-stream/Cargo.toml b/tokio-stream/Cargo.toml index 858832590..16efc3dfe 100644 --- a/tokio-stream/Cargo.toml +++ b/tokio-stream/Cargo.toml @@ -39,7 +39,7 @@ async-stream = "0.3" tokio-test = { path = "../tokio-test" } futures = { version = "0.3", default-features = false } -proptest = "0.10.0" +proptest = "1" [package.metadata.docs.rs] all-features = true diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index bdebdda75..f81b017e3 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -119,7 +119,7 @@ optional = true tokio-test = { version = "0.4.0", path = "../tokio-test" } tokio-stream = { version = "0.1", path = "../tokio-stream" } futures = { version = "0.3.0", features = ["async-await"] } -proptest = "0.10.0" +proptest = "1" rand = "0.8.0" tempfile = "3.1.0" async-stream = "0.3"