From 56870433289f6906716c9d9b2a28da5c9e76352e Mon Sep 17 00:00:00 2001 From: Motoyuki Kimura Date: Thu, 13 Mar 2025 01:28:01 +0900 Subject: [PATCH] test: remove unused dependencies (#7214) --- tokio-test/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index c8d998fd3..5601a1122 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -19,9 +19,6 @@ categories = ["asynchronous", "development-tools::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.3" - -bytes = "1.0.0" futures-core = "0.3.0" [dev-dependencies]