chore: update proptest to 1 (#3653)

This commit is contained in:
Taiki Endo 2021-03-27 19:34:11 +09:00 committed by GitHub
parent a257a3a2b1
commit 7384813979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"