summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2020-10-27 09:30:29 +0100
committerGitHub <noreply@github.com>2020-10-27 09:30:29 +0100
commitfe2b9976755407b85c82b5cdee9d8c5e16e3d6c6 (patch)
tree65d9278870691e102cbcc8122782fe75104d2894 /examples
parent6d0ba19af51015dcd80558ae768215448e285fdf (diff)
util: upgrade tokio-util to bytes 0.6 (#3052)
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 59d5a765..5fa4f743 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -10,8 +10,8 @@ edition = "2018"
tokio = { version = "0.3.0", path = "../tokio", features = ["full", "tracing"] }
tracing = "0.1"
tracing-subscriber = { version = "0.2.7", default-features = false, features = ["fmt", "ansi", "env-filter", "chrono", "tracing-log"] }
-tokio-util = { version = "0.4.0", path = "../tokio-util", features = ["full"] }
-bytes = "0.5"
+tokio-util = { version = "0.5.0", path = "../tokio-util", features = ["full"] }
+bytes = "0.6"
futures = "0.3.0"
http = "0.2"
serde = "1.0"