diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 4ee4a8a9..c67aeef6 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -14,7 +14,7 @@ futures-timer = "^3.0" futures = "^0.3" smol = "^1.2" -tokio = { version = "^0.3", features = ["full"] } +tokio = { version = "^1.8", features = ["full"] } async-std = { version = "^1.7", features = ["attributes"] } ptree = { version = "0.3", default-features = false, features = ["ansi"] }