From c7bf8600f870318016b0c005ecbfc8b45138d0da Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Thu, 5 Jan 2023 13:33:46 +0800 Subject: [PATCH] test: bump version of async-stream --- tokio-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index e889dcec85a..30cacead51f 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -19,7 +19,7 @@ categories = ["asynchronous", "testing"] [dependencies] tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] } tokio-stream = { version = "0.1.1", path = "../tokio-stream" } -async-stream = "0.3" +async-stream = "0.3.3" bytes = "1.0.0" futures-core = "0.3.0"