From c2e843d9286e88f1d4be7a950ff36bb494a85f0c Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Sat, 7 Nov 2020 12:54:41 -0800 Subject: [PATCH] tokio-test: Update bytes to v0.6 (#3107) --- tokio-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]