chore: update to bytes 1.0 git branch (#3301)

Updates the code base to track the `bytes` git branch. This is in
preparation for the 1.0 release.

Closes #3058
This commit is contained in:
Carl Lerche
2020-12-19 15:57:16 -08:00
committed by GitHub
parent 5e5f513542
commit 2893359988
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ tokio-stream = { version = "0.1", path = "../tokio-stream" }
async-stream = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
bytes = "0.6"
bytes = { git = "https://github.com/tokio-rs/bytes" }
futures = "0.3.0"
http = "0.2"
serde = "1.0"