diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |