summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-10-30 11:26:15 -0700
committerGitHub <noreply@github.com>2020-10-30 11:26:15 -0700
commit24ed874e81fa27a6505613051955127ba8ddfdf2 (patch)
tree1783253604ece79eb44fb6efb79cdc06d510a088 /examples
parent3965d91a5eb25a7b3e3fc978fcb431822140efb7 (diff)
chore: prepare tokio-util v0.5.0 release (#3078)
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index d95a32d0..5fa4f743 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -10,7 +10,7 @@ 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"] }
+tokio-util = { version = "0.5.0", path = "../tokio-util", features = ["full"] }
bytes = "0.6"
futures = "0.3.0"
http = "0.2"