tokio-test: Update bytes to v0.6 (#3107)

This commit is contained in:
Oliver Gould
2020-11-08 05:54:41 +09:00
committed by GitHub
parent a43ec09b55
commit c2e843d928
+1 -1
View File
@@ -22,7 +22,7 @@ categories = ["asynchronous", "testing"]
[dependencies]
tokio = { version = "0.3.0", path = "../tokio", features = ["rt", "stream", "sync", "time", "test-util"] }
bytes = "0.5.0"
bytes = "0.6.0"
futures-core = "0.3.0"
[dev-dependencies]