diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index b0c00e7c7..3f8e22f02 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -22,7 +22,7 @@ categories = ["asynchronous", "testing"] [dependencies] tokio = { version = "0.3.0", path = "../tokio", features = ["rt", "stream", "sync", "time", "test-util"] } -bytes = "0.5.0" +bytes = "0.6.0" futures-core = "0.3.0" [dev-dependencies]