mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
tokio-test: Update bytes to v0.6 (#3107)
This commit is contained in:
@@ -22,7 +22,7 @@ categories = ["asynchronous", "testing"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "0.3.0", path = "../tokio", features = ["rt", "stream", "sync", "time", "test-util"] }
|
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"
|
futures-core = "0.3.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user