Skip to content

Commit 21b233f

Browse files
authored
test: bump version of async-stream (#5347)
1 parent 7299304 commit 21b233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ categories = ["asynchronous", "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"
22+
async-stream = "0.3.3"
2323

2424
bytes = "1.0.0"
2525
futures-core = "0.3.0"

0 commit comments

Comments
 (0)