summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-08-07 20:27:53 -0700
committerGitHub <noreply@github.com>2020-08-07 20:27:53 -0700
commit6ccefb77e273d8bfda72d638404c797fc8d5f2d4 (patch)
treebdd04cc36d2f9e679220bef185d42f2ab86130c0 /examples
parent1167c09ae8bfd0d4fff97d33803d959222f9e2ab (diff)
chore: prepare for v0.3 breaking changes (#2747)
Bug fixes will be applied to the v0.2.x branch.
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 fe3c90f9..59d5a765 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -7,10 +7,10 @@ edition = "2018"
# If you copy one of the examples into a new project, you should be using
# [dependencies] instead.
[dev-dependencies]
-tokio = { version = "0.2.0", path = "../tokio", features = ["full", "tracing"] }
+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.3.0", path = "../tokio-util", features = ["full"] }
+tokio-util = { version = "0.4.0", path = "../tokio-util", features = ["full"] }
bytes = "0.5"
futures = "0.3.0"
http = "0.2"