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 | |
parent | 4ca624a355674babbeac093b9b631210ba2f983e (diff) |
chore: remove unneeded tokio deps (#3376)
-rw-r--r-- | Cargo.lock | 3 | ||||
-rw-r--r-- | cli/Cargo.toml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 95a28c5b0..16f6caad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,11 +319,8 @@ dependencies = [ "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-rustls 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", 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" |