util: update to bytes 0.6 (#3071)

Copies the implementation of poll_read_buf() from tokio::io::util::read_buf.
This commit is contained in:
Dirkjan Ochtman
2020-10-29 10:45:19 -07:00
committed by GitHub
parent a3ef4e4cf5
commit 3965d91a5e
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ 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.4.0", path = "../tokio-util", features = ["full"] }
bytes = "0.5"
bytes = "0.6"
futures = "0.3.0"
http = "0.2"
serde = "1.0"