mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
chore: update proptest to 1 (#3653)
This commit is contained in:
parent
a257a3a2b1
commit
7384813979
@ -39,7 +39,7 @@ async-stream = "0.3"
|
|||||||
tokio-test = { path = "../tokio-test" }
|
tokio-test = { path = "../tokio-test" }
|
||||||
futures = { version = "0.3", default-features = false }
|
futures = { version = "0.3", default-features = false }
|
||||||
|
|
||||||
proptest = "0.10.0"
|
proptest = "1"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
@ -119,7 +119,7 @@ optional = true
|
|||||||
tokio-test = { version = "0.4.0", path = "../tokio-test" }
|
tokio-test = { version = "0.4.0", path = "../tokio-test" }
|
||||||
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
tokio-stream = { version = "0.1", path = "../tokio-stream" }
|
||||||
futures = { version = "0.3.0", features = ["async-await"] }
|
futures = { version = "0.3.0", features = ["async-await"] }
|
||||||
proptest = "0.10.0"
|
proptest = "1"
|
||||||
rand = "0.8.0"
|
rand = "0.8.0"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user