We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f498e2b commit 9f90652Copy full SHA for 9f90652
Cargo.toml
@@ -21,7 +21,7 @@ pin-project-lite = "0.2.16"
21
[dev-dependencies]
22
futures = "0.3.31"
23
maplit = "1.0.2"
24
-proptest = { version = "1.6.0", features = ["timeout"] }
+proptest = { version = "1.8.0", features = ["timeout"] }
25
proptest-derive = "0.5.1"
26
tokio = { version = "1.38.2", features = ["macros", "sync", "test-util", "time"] }
27
tokio-stream = { version = "0.1.17" }
0 commit comments