mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
test: bump version of async-stream (#5347)
This commit is contained in:
@@ -19,7 +19,7 @@ categories = ["asynchronous", "testing"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] }
|
tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] }
|
||||||
tokio-stream = { version = "0.1.1", path = "../tokio-stream" }
|
tokio-stream = { version = "0.1.1", path = "../tokio-stream" }
|
||||||
async-stream = "0.3"
|
async-stream = "0.3.3"
|
||||||
|
|
||||||
bytes = "1.0.0"
|
bytes = "1.0.0"
|
||||||
futures-core = "0.3.0"
|
futures-core = "0.3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user