chore: update to released bytes 1.0 (#3317)

This commit is contained in:
Luke Steensen
2020-12-22 17:09:26 -08:00
committed by GitHub
parent be9fdb697d
commit a8dda19da4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ tokio = { version = "1.0.0", path = "../tokio", features = ["rt", "sync", "time"
tokio-stream = { version = "0.1", path = "../tokio-stream" }
async-stream = "0.3"
bytes = { git = "https://github.com/tokio-rs/bytes" }
bytes = "1.0.0"
futures-core = "0.3.0"
[dev-dependencies]