Skip to content

Commit 5687043

Browse files
authored
test: remove unused dependencies (#7214)
1 parent 72c87a7 commit 5687043

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tokio-test/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ categories = ["asynchronous", "development-tools::testing"]
1919
[dependencies]
2020
tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] }
2121
tokio-stream = { version = "0.1.1", path = "../tokio-stream" }
22-
async-stream = "0.3.3"
23-
24-
bytes = "1.0.0"
2522
futures-core = "0.3.0"
2623

2724
[dev-dependencies]

0 commit comments

Comments
 (0)