diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-11-19 03:11:50 +0100 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-18 21:11:50 -0500 |
commit | f437521afb5df52fc9d4b7ee5664dacbf5881e3e (patch) | |
tree | 9fe4d703dd3ec5f9a471267e0a8b25fec0ef25c1 /cli | |
parent | 4ca624a355674babbeac093b9b631210ba2f983e (diff) |
chore: remove unneeded tokio deps (#3376)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7bacd031a..c3fdf66b9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -54,11 +54,8 @@ tempfile = "3.1.0" termcolor = "1.0.5" tokio = "0.1.22" tokio-executor = "0.1.8" -tokio-fs = "0.1.6" -tokio-io = "0.1.12" tokio-process = "0.2.4" tokio-rustls = "0.10.2" -tokio-threadpool = "0.1.16" url = "1.7.2" utime = "0.2.1" webpki = "0.21.0" |