From 473ddaa277f51917aeb2fe743b1582685828d6dd Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 9 Dec 2020 09:42:05 -0800 Subject: chore: prepare for Tokio 1.0 work (#3238) --- examples/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 5fa4f743..4b736248 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.3.0", path = "../tokio", features = ["full", "tracing"] } +tokio = { version = "1.0.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.5.0", path = "../tokio-util", features = ["full"] } +tokio-util = { version = "0.6.0", path = "../tokio-util", features = ["full"] } bytes = "0.6" futures = "0.3.0" http = "0.2" -- cgit v1.2.3