We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7299304 commit 21b233fCopy full SHA for 21b233f
tokio-test/Cargo.toml
@@ -19,7 +19,7 @@ categories = ["asynchronous", "testing"]
19
[dependencies]
20
tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] }
21
tokio-stream = { version = "0.1.1", path = "../tokio-stream" }
22
-async-stream = "0.3"
+async-stream = "0.3.3"
23
24
bytes = "1.0.0"
25
futures-core = "0.3.0"
0 commit comments