test: remove unused dependencies (#7214)

This commit is contained in:
Motoyuki Kimura 2025-03-13 01:28:01 +09:00 committed by GitHub
parent 72c87a7724
commit 5687043328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]