From d78655337a68bded305782a8a8b4ac7be42aa6a7 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 27 Oct 2020 13:42:00 -0700 Subject: Revert "util: upgrade tokio-util to bytes 0.6 (#3052)" (#3060) This reverts commit fe2b997. We are avoiding adding poll_read_buf to tokio itself for now. The patch is reverted now in order to not block the v0.3.2 release (#3059). --- examples/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 5fa4f743..59d5a765 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -10,8 +10,8 @@ edition = "2018" tokio = { version = "0.3.0", path = "../tokio", features = ["full", "tracing"] } tracing = "0.1" tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] } -tokio-util = { version = "0.5.0", path = "../tokio-util", features = ["full"] } -bytes = "0.6" +tokio-util = { version = "0.4.0", path = "../tokio-util", features = ["full"] } +bytes = "0.5" futures = "0.3.0" http = "0.2" serde = "1.0" -- cgit v1.2.3