From 8788553247c9e819721193733137763e425593af Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 6 Jul 2020 09:53:36 -0400 Subject: chore: Only use one set of tokio features (#6655) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 69eb6fa86..11665023d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -50,7 +50,7 @@ sys-info = "0.7.0" sourcemap = "6.0.0" tempfile = "3.1.0" termcolor = "1.1.0" -tokio = { version = "0.2.21", features = ["rt-core", "tcp", "udp", "uds", "process", "fs", "blocking", "sync", "io-std", "macros", "time"] } +tokio = { version = "0.2.21", features = ["full"] } tokio-rustls = "0.13.1" url = "2.1.1" utime = "0.3.0" -- cgit v1.2.3