summaryrefslogtreecommitdiffstats
path: root/tokio-test
diff options
context:
space:
mode:
authorOliver Gould <ver@buoyant.io>2020-11-07 12:54:41 -0800
committerGitHub <noreply@github.com>2020-11-08 05:54:41 +0900
commitc2e843d9286e88f1d4be7a950ff36bb494a85f0c (patch)
treef0b41eb6d0a27e248bd13b6869330ac8482cd641 /tokio-test
parenta43ec09b55363374221aa3214fe0cec3d6712b6c (diff)
tokio-test: Update bytes to v0.6 (#3107)
Diffstat (limited to 'tokio-test')
-rw-r--r--tokio-test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml
index b0c00e7c..3f8e22f0 100644
--- a/tokio-test/Cargo.toml
+++ b/tokio-test/Cargo.toml
@@ -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]