diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index 59af228da..16d688b6e 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -18,7 +18,7 @@ categories = ["asynchronous", "testing"] [dependencies] tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] } -tokio-stream = { version = "0.1", path = "../tokio-stream" } +tokio-stream = { version = "0.1.1", path = "../tokio-stream" } async-stream = "0.3" bytes = "1.0.0"