Skip to content

Commit

Permalink
test: bump version of async-stream (#5347)
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jan 5, 2023
1 parent 7299304 commit 21b233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-test/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 21b233f

Please sign in to comment.