util: upgrade tokio-util to bytes 0.6 (#3052)

This commit is contained in:
Dirkjan Ochtman
2020-10-27 09:30:29 +01:00
committed by GitHub
parent 6d0ba19af5
commit fe2b997675
11 changed files with 112 additions and 238 deletions
+2 -2
View File
@@ -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.4.0", path = "../tokio-util", features = ["full"] }
bytes = "0.5"
tokio-util = { version = "0.5.0", path = "../tokio-util", features = ["full"] }
bytes = "0.6"
futures = "0.3.0"
http = "0.2"
serde = "1.0"