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
@@ -40,7 +40,7 @@ __docs_rs = ["futures-util"]
tokio = { version = "1.0.0", path = "../tokio" }
tokio-stream = { version = "0.1", path = "../tokio-stream" }
bytes = { git = "https://github.com/tokio-rs/bytes" }
bytes = "1.0.0"
futures-core = "0.3.0"
futures-sink = "0.3.0"
futures-io = { version = "0.3.0", optional = true }